@@ -308,6 +308,9 @@ discard block |
||
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 |
||
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); |