Passed
Pull Request — master (#7)
by Adam
02:00
created
src/Arr.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -27,7 +27,7 @@
 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
 
Please login to merge, or discard this patch.