Passed
Push — 2.x ( 1a72dd...e013df )
by Aleksei
14:25 queued 01:37
created
src/Mapper/Proxy/ClasslessProxyFactory.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -109,6 +109,4 @@
 block discarded – undo
109 109
             }
110 110
             PHP;
111 111
         eval($classStr);
112
-        return $class;
113
-    }
114
-}
112
+        return $class
115 113
\ No newline at end of file
Please login to merge, or discard this patch.
src/Mapper/Proxy/ProxyEntityFactory.php 1 patch
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -187,6 +187,4 @@
 block discarded – undo
187 187
     private function getEntityProperties(object $entity, RelationMap $relMap): array
188 188
     {
189 189
         return $this->classProperties[$entity::class] ??= $this->propertiesExtractor
190
-            ->extract($entity, array_keys($relMap->getRelations()));
191
-    }
192
-}
190
+            ->extract($entity, array_keys($relMap->getRelations
193 191
\ No newline at end of file
Please login to merge, or discard this patch.