Completed
Push — master ( 71bd60...6cfb4f )
by Jeroen De
02:40 queued 48s
created
tests/integration/EntityDumpIteratorTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@
 block discarded – undo
20 20
  */
21 21
 class EntityDumpIteratorTest extends TestCase {
22 22
 
23
+	/**
24
+	 * @param string $filePath
25
+	 */
23 26
 	private function newIteratorForFile( $filePath, callable $onError = null ) {
24 27
 		return ( new JsonDumpFactory() )->newEntityDumpIterator(
25 28
 			new ExtractedDumpReader( $filePath ),
Please login to merge, or discard this patch.