Completed
Push — master ( b5ecd9...b1f901 )
by Philipp
02:41
created
src/Misc/Cookie.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -43,7 +43,9 @@
 block discarded – undo
43 43
     {
44 44
         $result = request()->cookie($this->key);
45 45
 
46
-        if (is_array($result)) return null;
46
+        if (is_array($result)) {
47
+            return null;
48
+        }
47 49
 
48 50
         return $result;
49 51
     }
Please login to merge, or discard this patch.