jenkins-bot has submitted this change and it was merged.

Change subject: Fix PHPDoc return tag in CirrusSearchHookHandlers
......................................................................


Fix PHPDoc return tag in CirrusSearchHookHandlers

Change-Id: I2fc8328dc9bace1620a8c101501fbb5b62d54807
---
M repo/includes/Hooks/CirrusSearchHookHandlers.php
1 file changed, 3 insertions(+), 7 deletions(-)

Approvals:
  Hoo man: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/repo/includes/Hooks/CirrusSearchHookHandlers.php 
b/repo/includes/Hooks/CirrusSearchHookHandlers.php
index e9ee6e2..59f92f3 100644
--- a/repo/includes/Hooks/CirrusSearchHookHandlers.php
+++ b/repo/includes/Hooks/CirrusSearchHookHandlers.php
@@ -64,20 +64,16 @@
        }
 
        /**
-        * @return BuildDocumentParserHookHandler
+        * @return self
         */
        public static function newFromGlobalState() {
-               return new self(
-                       new WikibaseFieldDefinitions()
-               );
+               return new self( new WikibaseFieldDefinitions() );
        }
 
        /**
         * @param WikibaseFieldDefinitions $fieldDefinitions
         */
-       public function __construct(
-               WikibaseFieldDefinitions $fieldDefinitions
-       ) {
+       public function __construct( WikibaseFieldDefinitions $fieldDefinitions 
) {
                $this->fieldDefinitions = $fieldDefinitions;
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/260022
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2fc8328dc9bace1620a8c101501fbb5b62d54807
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <[email protected]>
Gerrit-Reviewer: Aude <[email protected]>
Gerrit-Reviewer: Hoo man <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to