@@ -164,6 +164,7 @@ |
||
164 | 164 | |
165 | 165 | /** |
166 | 166 | * @param \SMWResultArray $cell |
167 | + * @param integer $columnNumber |
|
167 | 168 | * @return string |
168 | 169 | */ |
169 | 170 | protected function getLabelForCell( $cell, $columnNumber ) { |
@@ -56,6 +56,7 @@ discard block |
||
56 | 56 | |
57 | 57 | /** |
58 | 58 | * @param SMWQueryResult | null $queryResult |
59 | + * @param SMWQueryResult|null $queryResult |
|
59 | 60 | */ |
60 | 61 | public function setQueryResult( $queryResult ) { |
61 | 62 | $this->queryResult = $queryResult; |
@@ -337,7 +338,7 @@ discard block |
||
337 | 338 | } |
338 | 339 | |
339 | 340 | /** |
340 | - * @param $tree |
|
341 | + * @param TreeNode $tree |
|
341 | 342 | * @return mixed |
342 | 343 | */ |
343 | 344 | protected function buildLinesFromTree( $tree ) { |
@@ -2,7 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace SRF\Test; |
4 | 4 | |
5 | -use ReflectionClass; |
|
6 | 5 | use SMW\Test\QueryPrinterRegistryTestCase; |
7 | 6 | use SMW\Tests\Utils\Mock\CoreMockObjectRepository; |
8 | 7 | use SMW\Tests\Utils\Mock\MockObjectBuilder; |
@@ -47,7 +47,7 @@ |
||
47 | 47 | |
48 | 48 | /** |
49 | 49 | * @param NodeInterface $child |
50 | - * @return NodeTrait |
|
50 | + * @return TreeNode |
|
51 | 51 | * @throws Exception |
52 | 52 | */ |
53 | 53 | public function addChild( NodeInterface $child ) { |