@@ -20,7 +20,6 @@ |
||
| 20 | 20 | /** |
| 21 | 21 | * @since 1.0 |
| 22 | 22 | * |
| 23 | - * @param array $options |
|
| 24 | 23 | */ |
| 25 | 24 | public function __construct() { |
| 26 | 25 | $this->addCallbackHandlers(); |
@@ -35,7 +35,7 @@ discard block |
||
| 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 |
||
| 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 ); |