Completed
Pull Request — master (#226)
by Stephan
02:29
created
formats/tree/TreeNodeVisitor.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -164,6 +164,7 @@
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.
formats/tree/TreeResultPrinter.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,6 +56,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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 ) {
Please login to merge, or discard this patch.
tests/phpunit/Unit/Formats/TreeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.