Completed
Push — master ( 294a52...07db0f )
by Przemysław eRIZ
03:25
created
src/Metadata/Factory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Generator/AssertGenerator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,7 @@
 block discarded – undo
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
              */
Please login to merge, or discard this patch.