@@ -80,7 +80,7 @@ |
||
80 | 80 | return array_shift($annotations); |
81 | 81 | } |
82 | 82 | |
83 | - $result = array_filter($annotations, function ($item) use ($group) { |
|
83 | + $result = array_filter($annotations, function($item) use ($group) { |
|
84 | 84 | return !empty($item->configuration->groups) && in_array($group, $item->configuration->groups); |
85 | 85 | }); |
86 | 86 |
@@ -41,7 +41,7 @@ |
||
41 | 41 | return $asserts; |
42 | 42 | } |
43 | 43 | |
44 | - $result = array_filter($asserts, function ($a) use ($group) { |
|
44 | + $result = array_filter($asserts, function($a) use ($group) { |
|
45 | 45 | /* |
46 | 46 | * @var $a Constraint |
47 | 47 | */ |