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