Completed
Push — master ( f910d1...68da4b )
by Gaetano
05:20
created
Core/Executor/RepositoryExecutor.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -313,7 +313,7 @@  discard block
 block discarded – undo
313 313
     }
314 314
 
315 315
     /**
316
-     * @param array $step
316
+     * @param MigrationStep $step
317 317
      * @return string
318 318
      */
319 319
     protected function getReferencesType($step)
@@ -322,7 +322,7 @@  discard block
 block discarded – undo
322 322
     }
323 323
 
324 324
     /**
325
-     * @param array $step
325
+     * @param MigrationStep $step
326 326
      * @return bool
327 327
      */
328 328
     protected function allowEmptyReferences($step)
@@ -343,6 +343,9 @@  discard block
 block discarded – undo
343 343
         return preg_replace('/(?<!^)[A-Z]/', ' $0', $className);
344 344
     }
345 345
 
346
+    /**
347
+     * @param AbstractCollection $collection
348
+     */
346 349
     protected function getCollectionName($collection)
347 350
     {
348 351
         $className = get_class($collection);
Please login to merge, or discard this patch.