Completed
Push — master ( 471026...c73903 )
by Loban
36:20
created
src/Model.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -88,7 +88,7 @@
 block discarded – undo
88 88
     protected function getSaveAttributes($safeOnly = false)
89 89
     {
90 90
         $data = $this->getAttributes($this->getSaveAttributeList($safeOnly));
91
-        return array_filter($data, static function ($val) {
91
+        return array_filter($data, static function($val) {
92 92
             return $val !== '' || $val !== [] || $val !== null;
93 93
         });
94 94
     }
Please login to merge, or discard this patch.