Passed
Push — 1.x ( 2c4985...95f1eb )
by Khairi
13:27
created
src/Configurator/GroupConfigurator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
         // @codeCoverageIgnoreStart
15 15
         $or->setAllowedValues(
16 16
             'group',
17
-            function ($value) {
17
+            function($value) {
18 18
                 if (null === $value) {
19 19
                     return true;
20 20
                 }
Please login to merge, or discard this patch.