Passed
Pull Request — master (#30)
by
unknown
13:27
created
src/Traits/HasSettings.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
      */
26 26
     public function getSettingsAttribute($value): array
27 27
     {
28
-        if (is_array($this->defaultSettings) && ! empty($this->defaultSettings)) {
28
+        if (is_array($this->defaultSettings) && !empty($this->defaultSettings)) {
29 29
             return $value ? array_merge(json_decode($value, true), $this->defaultSettings) : $this->defaultSettings;
30 30
         }
31 31
 
Please login to merge, or discard this patch.