Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14063848
D11240.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
825 B
Referenced Files
None
Subscribers
None
D11240.diff
View Options
diff --git a/src/view/widget/bars/AphrontGlyphBarView.php b/src/view/widget/bars/AphrontGlyphBarView.php
--- a/src/view/widget/bars/AphrontGlyphBarView.php
+++ b/src/view/widget/bars/AphrontGlyphBarView.php
@@ -11,7 +11,7 @@
private $fgGlyph;
private $bgGlyph;
- public function getDefaultColor() {
+ protected function getDefaultColor() {
return AphrontBarView::COLOR_AUTO_GOODNESS;
}
diff --git a/src/view/widget/bars/AphrontProgressBarView.php b/src/view/widget/bars/AphrontProgressBarView.php
--- a/src/view/widget/bars/AphrontProgressBarView.php
+++ b/src/view/widget/bars/AphrontProgressBarView.php
@@ -8,7 +8,7 @@
private $max = 100;
private $alt = '';
- public function getDefaultColor() {
+ protected function getDefaultColor() {
return AphrontBarView::COLOR_AUTO_BADNESS;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 19, 8:35 PM (21 h, 2 m ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6721660
Default Alt Text
D11240.diff (825 B)
Attached To
Mode
D11240: Fix visibility of `AphrontBarView::getDefaultColor()` methods
Attached
Detach File
Event Timeline
Log In to Comment