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