Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13973038
D13186.id31892.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
978 B
Referenced Files
None
Subscribers
None
D13186.id31892.diff
View Options
diff --git a/src/applications/paste/query/PhabricatorPasteSearchEngine.php b/src/applications/paste/query/PhabricatorPasteSearchEngine.php
--- a/src/applications/paste/query/PhabricatorPasteSearchEngine.php
+++ b/src/applications/paste/query/PhabricatorPasteSearchEngine.php
@@ -15,7 +15,7 @@
return new PhabricatorPaste();
}
- public function buildQueryFromParameters(array $map) {
+ protected function buildQueryFromParameters(array $map) {
$query = id(new PhabricatorPasteQuery())
->needContent(true);
diff --git a/src/applications/spaces/view/PhabricatorSpacesControl.php b/src/applications/spaces/view/PhabricatorSpacesControl.php
--- a/src/applications/spaces/view/PhabricatorSpacesControl.php
+++ b/src/applications/spaces/view/PhabricatorSpacesControl.php
@@ -28,7 +28,7 @@
return $map;
}
- public function renderInput() {
+ protected function renderInput() {
$viewer = $this->getUser();
$this->setLabel(pht('Space'));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Oct 18 2024, 10:35 PM (4 w, 2 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6729016
Default Alt Text
D13186.id31892.diff (978 B)
Attached To
Mode
D13186: Fix some method visibilities
Attached
Detach File
Event Timeline
Log In to Comment