From 695ab56c4727641933f95092d51a38fd9615c910 Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Tue, 6 Oct 2015 16:04:32 +0300 Subject: [PATCH] Fix long line to make phpcs pass Bug: T102614 Change-Id: I2b14938366a8cc0e911f98ebb0d3e31f0fd31899 --- includes/search/SearchResult.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.20.1