x Sorry, these patches are not available anymore due to data migration. Please run a fresh inspection.
Completed
Push — master ( c36cc2...abf446 )
by Adam
17s
created
src/Arr.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@  discard block
 block discarded – undo
27 27
      */
28 28
     public static function get($array, $key, $default = null)
29 29
     {
30
-        if (! static::accessible($array)) {
30
+        if (!static::accessible($array)) {
31 31
             return value($default);
32 32
         }
33 33
 
@@ -136,6 +136,6 @@  discard block
 block discarded – undo
136 136
             return [];
137 137
         }
138 138
 
139
-        return ! is_array($value) ? [$value] : $value;
139
+        return !is_array($value) ? [$value] : $value;
140 140
     }
141 141
 }
142 142
\ No newline at end of file
Please login to merge, or discard this patch.