@@ -62,8 +62,8 @@ |
||
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; |