Completed
Push — master ( ff18d3...b1af96 )
by Loban
02:26
created
src/Model.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -66,8 +66,8 @@
 block discarded – undo
66 66
     protected function getSaveAttributes()
67 67
     {
68 68
         $data = $this->getAttributes($this->getSaveAttributeList());
69
-        return array_filter($data, function ($val) {
70
-            return $val !== '' || $val !== [] || $val !== null ;
69
+        return array_filter($data, function($val) {
70
+            return $val !== '' || $val !== [] || $val !== null;
71 71
         });
72 72
     }
73 73
 
Please login to merge, or discard this patch.