Completed
Pull Request — master (#425)
by Ben
146:01 queued 65:29
created
src/DynamicAttributes/DynamicAttributes.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
     {
18 18
         $value = is_null($value) ? [] : (is_array($value) ? $value : json_decode($value, true));
19 19
 
20
-        return new static((array) $value);
20
+        return new static((array)$value);
21 21
     }
22 22
 
23 23
     public function has(string $key): bool
Please login to merge, or discard this patch.