Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15451725
D13201.id31904.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13201.id31904.diff
View Options
diff --git a/src/applications/files/query/PhabricatorFileSearchEngine.php b/src/applications/files/query/PhabricatorFileSearchEngine.php
--- a/src/applications/files/query/PhabricatorFileSearchEngine.php
+++ b/src/applications/files/query/PhabricatorFileSearchEngine.php
@@ -37,7 +37,7 @@
);
}
- public function buildQueryFromParameters(array $map) {
+ protected function buildQueryFromParameters(array $map) {
$query = id(new PhabricatorFileQuery());
if ($map['authorPHIDs']) {
diff --git a/src/applications/pholio/query/PholioMockSearchEngine.php b/src/applications/pholio/query/PholioMockSearchEngine.php
--- a/src/applications/pholio/query/PholioMockSearchEngine.php
+++ b/src/applications/pholio/query/PholioMockSearchEngine.php
@@ -14,7 +14,7 @@
return new PholioMock();
}
- public function buildCustomSearchFields() {
+ protected function buildCustomSearchFields() {
return array(
id(new PhabricatorSearchUsersField())
->setKey('authorPHIDs')
@@ -29,7 +29,7 @@
);
}
- public function buildQueryFromParameters(array $map) {
+ protected function buildQueryFromParameters(array $map) {
$query = id(new PholioMockQuery())
->needCoverFiles(true)
->needImages(true)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 29, 11:33 PM (3 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7717651
Default Alt Text
D13201.id31904.diff (1 KB)
Attached To
Mode
D13201: Fix method visibilities
Attached
Detach File
Event Timeline
Log In to Comment