Fix long line to make phpcs pass
authorAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 6 Oct 2015 13:04:32 +0000 (16:04 +0300)
committerAmir E. Aharoni <amir.aharoni@mail.huji.ac.il>
Tue, 6 Oct 2015 13:05:08 +0000 (16:05 +0300)
Bug: T102614
Change-Id: I2b14938366a8cc0e911f98ebb0d3e31f0fd31899

includes/search/SearchResult.php

index 7bfcd45..765cfc1 100644 (file)
@@ -179,7 +179,8 @@ class SearchResult {
        }
 
        /**
-        * @return Title|null Title object (pagename+fragment) for the section, null if none or not supported
+        * @return Title|null Title object (pagename+fragment) for the section,
+        *  null if none or not supported
         */
        function getSectionTitle() {
                return null;