Passed
Pull Request — main (#2)
by Anatoly
11:20
created
src/Hydrator/Hydrator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
             $key = $property->getName();
85 85
 
86 86
             if (!array_key_exists($key, $data)) {
87
-                $alias =  $this->annotationReader->getPropertyAnnotation($property, Annotation\Alias::class);
87
+                $alias = $this->annotationReader->getPropertyAnnotation($property, Annotation\Alias::class);
88 88
                 if ($alias instanceof Annotation\Alias) {
89 89
                     $key = $alias->value;
90 90
                 }
Please login to merge, or discard this patch.