Passed
Push — deprecations25 ( d669bc )
by no
03:09
created
tests/integration/EntityDeserializationCompatibilityTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -62,6 +62,9 @@
 block discarded – undo
62 62
 		return $this->getEntitySerializationsFromDir( __DIR__ . '/../data/' );
63 63
 	}
64 64
 
65
+	/**
66
+	 * @param string $dir
67
+	 */
65 68
 	private function getEntitySerializationsFromDir( $dir ) {
66 69
 		$argumentLists = array();
67 70
 
Please login to merge, or discard this patch.