Completed
Push — master ( f04836...291aa8 )
by mw
07:55
created
src/HookRegistry.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 	/**
21 21
 	 * @since 1.0
22 22
 	 *
23
-	 * @param array $options
24 23
 	 */
25 24
 	public function __construct() {
26 25
 		$this->addCallbackHandlers();
Please login to merge, or discard this patch.
src/LibraryFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 	 *
94 94
 	 * @param Parser $parser
95 95
 	 *
96
-	 * @return \SMW\SubobjectParserFunction
96
+	 * @return \SMW\ParserFunctions\SubobjectParserFunction
97 97
 	 */
98 98
 	public function newSubobjectParserFunction( Parser $parser ) {
99 99
 		return ApplicationFactory::getInstance()->newParserFunctionFactory( $parser )->newSubobjectParserFunction( $parser );
Please login to merge, or discard this patch.
src/ScribuntoLuaLibrary.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -307,7 +307,7 @@
 block discarded – undo
307 307
 	 *
308 308
 	 * @since 1.0
309 309
 	 *
310
-	 * @param mixed $queryResult
310
+	 * @param QueryResult $queryResult
311 311
 	 *
312 312
 	 * @return bool
313 313
 	 */
Please login to merge, or discard this patch.