@@ -1,6 +1,6 @@ |
||
1 | 1 | <?php |
2 | 2 | |
3 | -declare(strict_types=1); |
|
3 | +declare(strict_types = 1); |
|
4 | 4 | |
5 | 5 | namespace AmaTeam\ElasticSearch\Entity; |
6 | 6 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | { |
10 | 10 | public static function remap(ConstraintViolationInterface $violation, $root, string $path): ConstraintViolation |
11 | 11 | { |
12 | - $propertyPath = $path . '.' . $violation->getPropertyPath(); |
|
12 | + $propertyPath = $path.'.'.$violation->getPropertyPath(); |
|
13 | 13 | $cause = null; |
14 | 14 | $constraint = null; |
15 | 15 | if ($violation instanceof ConstraintViolation) { |