Passed
Pull Request — main (#3)
by
unknown
11:11
created
src/Crud.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -247,7 +247,7 @@
 block discarded – undo
247 247
         return $this->logSQL ?? "";
248 248
     }
249 249
 
250
-       public function extractModel($model): \stdClass{
250
+        public function extractModel($model): \stdClass{
251 251
         $reflection = new \ReflectionClass(get_class($model)); 
252 252
         $objeto = new \stdClass; 
253 253
 
Please login to merge, or discard this patch.