Completed
Push — master ( 056d62...07f126 )
by Gaetano
06:05
created
Core/Executor/RepositoryExecutor.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -308,6 +308,9 @@  discard block
 block discarded – undo
308 308
         }
309 309
     }
310 310
 
311
+    /**
312
+     * @param MigrationStep $step
313
+     */
311 314
     protected function getReferencesType($step)
312 315
     {
313 316
         return isset($step->dsl['references_type']) ? $step->dsl['references_type'] : self::REFERENCE_TYPE_SCALAR;
@@ -322,6 +325,9 @@  discard block
 block discarded – undo
322 325
         return preg_replace('/(?<!^)[A-Z]/', ' $0', $className);
323 326
     }
324 327
 
328
+    /**
329
+     * @param AbstractCollection $collection
330
+     */
325 331
     protected function getCollectionName($collection)
326 332
     {
327 333
         $className = get_class($collection);
Please login to merge, or discard this patch.