Completed
Pull Request — 3.x (#703)
by
unknown
01:53
created
Builder/FormContractor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -168,7 +168,7 @@
 block discarded – undo
168 168
 
169 169
     /**
170 170
      * @param string $type
171
-     * @param array  $classes
171
+     * @param string[]  $classes
172 172
      *
173 173
      * @return array
174 174
      */
Please login to merge, or discard this patch.
Tests/Model/ModelManagerTest.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -281,6 +281,9 @@
 block discarded – undo
281 281
         return $metadata;
282 282
     }
283 283
 
284
+    /**
285
+     * @param string $class
286
+     */
284 287
     private function getMetadata($class, $isVersioned)
285 288
     {
286 289
         $metadata = new ClassMetadata($class);
Please login to merge, or discard this patch.