Completed
Push — master ( 498457...3132df )
by mw
02:32
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   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@  discard block
 block discarded – undo
35 35
 	 *
36 36
 	 * @param string|array $rawParameters
37 37
 	 *
38
-	 * @return QueryResult
38
+	 * @return \SMWQueryResult
39 39
 	 */
40 40
 	public function newQueryResultFrom( $rawParameters ) {
41 41
 
@@ -62,7 +62,7 @@  discard block
 block discarded – undo
62 62
 	 *
63 63
 	 * @param array $arguments
64 64
 	 *
65
-	 * @return ParserParameterProcessor
65
+	 * @return \SMW\ParserParameterProcessor
66 66
 	 */
67 67
 	public function newParserParameterProcessorFrom( $arguments ) {
68 68
 		return ParameterProcessorFactory::newFromArray( $arguments );
Please login to merge, or discard this patch.