Passed
Push — dev ( 40f0b5...3a2e98 )
by Fike
02:50
created
src/Entity/Registry.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
src/Utility/Violations.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -9,7 +9,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.