Completed
Push — master ( ec8979...2d36c7 )
by mw
15:34
created
SemanticResultFormats.hooks.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@  discard block
 block discarded – undo
146 146
 	 *
147 147
 	 * @param &$vars Array of variables to be added into the output of the startup module.
148 148
 	 *
149
-	 * @return true
149
+	 * @return boolean
150 150
 	 */
151 151
 	public static function onResourceLoaderGetConfigVars( &$vars ) {
152 152
 
@@ -167,7 +167,7 @@  discard block
 block discarded – undo
167 167
 	 * @param OutputPage $outputPage
168 168
 	 * @param Skin $skin
169 169
 	 *
170
-	 * @return true
170
+	 * @return boolean
171 171
 	 */
172 172
 	public static function onBeforePageDisplay ( &$outputPage, &$skin ) {
173 173
 
@@ -183,7 +183,7 @@  discard block
 block discarded – undo
183 183
 	 * @param User $user
184 184
 	 * @param array $preferences
185 185
 	 *
186
-	 * @return true
186
+	 * @return boolean
187 187
 	 */
188 188
 	public static function onGetPreferences( $user, &$preferences ) {
189 189
 
Please login to merge, or discard this patch.