Passed
Push — master ( fbb10f...c0768e )
by Vlad
03:01
created
src/SchemaValidator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
 
75 75
         foreach ($metadata->getParameters() as $parameter) {
76 76
             $reflectionType = $parameter->getType();
77
-            $propertyName   = ($attributes[$parameter->name] ?? null)?->getSerializedName() ?? $parameter->name;
77
+            $propertyName   = ($attributes[$parameter->name] ?? null) ? ->getSerializedName() ?? $parameter->name;
78 78
 
79 79
             if (null === $reflectionType) {
80 80
                 continue;
Please login to merge, or discard this patch.