Skip to content

Commit 2fdba4e

Browse files
author
skeleton
committed
TIP-747: fix php-cs-fixer
1 parent 24d9169 commit 2fdba4e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Akeneo/Bundle/StorageUtilsBundle/Doctrine/Common/Detacher/ObjectDetacher.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ function ($assoc) {
119119
// Unwrap for the foreach below
120120
$relatedEntities = $relatedEntities->unwrap();
121121

122+
// no break
122123
case ($relatedEntities instanceof Collection):
123124
case (is_array($relatedEntities)):
124125
foreach ($relatedEntities as $relatedEntity) {

src/Oro/Bundle/DataGridBundle/Provider/SystemAwareResolver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ protected function resolveSystemCall($datagridName, $key, $val)
9595
// with class as param
9696
$class = $this->container->getParameter($match[1]);
9797
// fall-through
98+
// no break
9899
case preg_match(static::STATIC_METHOD_CLEAN_REGEX, $val, $match):
99100
// with class real name
100101
$class = isset($class) ? $class : $match[1];

0 commit comments

Comments
 (0)