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