Completed
Push — master ( 009f82...ffc788 )
by GIT
07:15
created
tests/phpunit/Unit/Formats/ValueRankTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
28 28
 	 *
29 29
 	 * @since 3.2
30 30
 	 *
31
-	 * @return array
31
+	 * @return string[]
32 32
 	 */
33 33
 	public function getFormats() {
34 34
 		return [ 'valuerank' ];
Please login to merge, or discard this patch.
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace SRF\Tests\Unit\Formats;
4 4
 
5
-use SMW\Test\QueryPrinterRegistryTestCase;
5
+use SMW\Test\QueryPrinterRegistryTestCase;
6 6
 use SRFValueRank;
7 7
 
8 8
 /**
Please login to merge, or discard this patch.