Passed
Push — develop ( 2b0133...275e57 )
by Mario
02:37
created
src/AppBundle/Validator/Constraints/Role/Permissions/ValidValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -62,8 +62,8 @@
 block discarded – undo
62 62
             } catch (OutOfRangeException $exception) {
63 63
                 $this->context
64 64
                     ->buildViolation($constraint->serviceUndefined)
65
-                    ->setParameter('{{ service }}', '"' . $service . '"')
66
-                    ->atPath('permissions.' . $service)
65
+                    ->setParameter('{{ service }}', '"'.$service.'"')
66
+                    ->atPath('permissions.'.$service)
67 67
                     ->addViolation();
68 68
 
69 69
                 continue;
Please login to merge, or discard this patch.