Completed
Push — inject-entity-deserializer ( 6dc1ef...a9d649 )
by Bene
06:58 queued 02:06
created
src/Deserializers/LegacyItemDeserializer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -154,6 +154,9 @@
 block discarded – undo
154 154
 		return $seralization;
155 155
 	}
156 156
 
157
+	/**
158
+	 * @param string $key
159
+	 */
157 160
 	private function getArrayFromKey( $key, array $serialization ) {
158 161
 		if ( !array_key_exists( $key, $serialization ) ) {
159 162
 			return array();
Please login to merge, or discard this patch.
tests/integration/RealEntitiesTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -49,6 +49,9 @@
 block discarded – undo
49 49
 		return $this->getEntitySerializationsFromDir( __DIR__ . '/../data/items/legacy/' );
50 50
 	}
51 51
 
52
+	/**
53
+	 * @param string $dir
54
+	 */
52 55
 	private function getEntitySerializationsFromDir( $dir ) {
53 56
 		$argumentLists = array();
54 57
 
Please login to merge, or discard this patch.