From: Amir E. Aharoni Date: Tue, 6 Oct 2015 13:04:32 +0000 (+0300) Subject: Fix long line to make phpcs pass X-Git-Tag: 1.31.0-rc.0~9535 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=695ab56c4727641933f95092d51a38fd9615c910;p=lhc%2Fweb%2Fwiklou.git Fix long line to make phpcs pass Bug: T102614 Change-Id: I2b14938366a8cc0e911f98ebb0d3e31f0fd31899 --- diff --git a/includes/search/SearchResult.php b/includes/search/SearchResult.php index 7bfcd4546f..765cfc1938 100644 --- a/includes/search/SearchResult.php +++ b/includes/search/SearchResult.php @@ -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;