Completed
Push — master ( c63519...1c812c )
by Jeroen De
06:46
created
formats/widget/SRF_ListWidget.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
 	 * @see SMWResultPrinter::getResultText
29 29
 	 *
30 30
 	 * @param SMWQueryResult $res
31
-	 * @param array $params
32 31
 	 * @param $outputmode
33 32
 	 *
34 33
 	 * @return string
Please login to merge, or discard this patch.
SemanticResultFormats.hooks.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -143,7 +143,7 @@  discard block
 block discarded – undo
143 143
 	 *
144 144
 	 * @param &$vars Array of variables to be added into the output of the startup module.
145 145
 	 *
146
-	 * @return true
146
+	 * @return boolean
147 147
 	 */
148 148
 	public static function onResourceLoaderGetConfigVars( &$vars ) {
149 149
 
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
 	 * @param User $user
166 166
 	 * @param array $preferences
167 167
 	 *
168
-	 * @return true
168
+	 * @return boolean
169 169
 	 */
170 170
 	public static function onGetPreferences( $user, &$preferences ) {
171 171
 
Please login to merge, or discard this patch.