Completed
Push — master ( 777c00...f61c3d )
by GIT
05:00
created
tests/phpunit/Unit/Formats/GalleryTest.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -49,7 +49,7 @@
 block discarded – undo
49 49
 	 *
50 50
 	 * @since 1.8
51 51
 	 *
52
-	 * @return array
52
+	 * @return string[]
53 53
 	 */
54 54
 	public function getFormats() {
55 55
 		return [ 'gallery' ];
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 namespace SRF\Tests\Unit\Formats;
4 4
 
5 5
 use SRF\Gallery;
6
-use TraditionalImageGallery;
7 6
 use Title;
8 7
 use SMW\Test\QueryPrinterRegistryTestCase;
9 8
 
Please login to merge, or discard this patch.