Passed
Push — main ( 0bcfa0...8f7cf0 )
by Carsten
09:28
created
src/Identifier/LaravelCookie.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
         if (request()->hasCookie('cart_identifier')) {
20 20
             $cookie = request()->cookie('cart_identifier');
21 21
 
22
-            if (is_string($cookie) && ! empty($cookie)) {
22
+            if (is_string($cookie) && !empty($cookie)) {
23 23
                 return $cookie;
24 24
             }
25 25
         }
Please login to merge, or discard this patch.