Passed
Push — develop ( b16a00...c06b26 )
by Mario
03:17
created
src/AppBundle/Validator/Constraints/Role/Permissions/ValidValidator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -60,8 +60,8 @@
 block discarded – undo
60 60
             if (!$this->serviceCollection->containsKey($service.'.access')) {
61 61
                 $this->context
62 62
                     ->buildViolation($constraint->serviceUndefined)
63
-                    ->setParameter('{{ service }}', '"' . $service . '"')
64
-                    ->atPath('permissions.' . $service)
63
+                    ->setParameter('{{ service }}', '"'.$service.'"')
64
+                    ->atPath('permissions.'.$service)
65 65
                     ->addViolation();
66 66
 
67 67
                 continue;
Please login to merge, or discard this patch.