Passed
Pull Request — master (#52)
by Cesar
05:39 queued 24s
created
src/AccessCode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     {
86 86
         $accessCodeCookies = request()->cookie($this->cookieNam);
87 87
 
88
-        if (! $accessCodeCookies) {
88
+        if ( ! $accessCodeCookies) {
89 89
             return null;
90 90
         }
91 91
 
Please login to merge, or discard this patch.