Test Failed
Push — master ( 850186...71bd60 )
by Jeroen De
06:16
created
tests/unit/Iterator/ObjectDumpIteratorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -16,6 +16,9 @@
 block discarded – undo
16 16
  */
17 17
 class ObjectDumpIteratorTest extends TestCase {
18 18
 
19
+	/**
20
+	 * @param string[] $lines
21
+	 */
19 22
 	private function getIteratorWithReaderReturning( $lines ) {
20 23
 		return ( new JsonDumpFactory() )->newObjectDumpIterator( new FakeDumpReader( $lines ) );
21 24
 	}
Please login to merge, or discard this patch.