Completed
Push — master ( c8b404...adcdfa )
by
unknown
08:30 queued 03:50
created
src/Abstractor/Eloquent/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -530,7 +530,7 @@
 block discarded – undo
530 530
                 }
531 531
             }
532 532
 
533
-            if(is_null($entity))
533
+            if (is_null($entity))
534 534
             {
535 535
                 return null;
536 536
             }
Please login to merge, or discard this patch.