Completed
Push — master ( 5ed87e...7a34bc )
by Karsten
02:48
created
src/Slumber/Core/LookUp/AnnotatedEntityConfigReader.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -156,7 +156,7 @@
 block discarded – undo
156 156
 
157 157
             $propertyName = $property->getName();
158 158
 
159
-            if (! isset($result[$propertyName])) {
159
+            if (!isset($result[$propertyName])) {
160 160
 
161 161
                 $context = $this->getPropertyValidationContext($class, $property);
162 162
                 $marker  = $this->getPropertyAnnotationsOfType($context);
Please login to merge, or discard this patch.