Completed
Push — master ( 663b8d...58ba98 )
by Leszek
08:52
created
tests/unit/BatchingEntityFetcherTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -64,6 +64,9 @@
 block discarded – undo
64 64
 		);
65 65
 	}
66 66
 
67
+	/**
68
+	 * @param string $id
69
+	 */
67 70
 	private function newItemWithId( $id ) {
68 71
 		$item = Item::newEmpty();
69 72
 		$item->setId( new ItemId( $id ) );
Please login to merge, or discard this patch.