Passed
Push — master ( 353c97...638e94 )
by Iman
02:32
created
src/Utils/CacheTag.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      */
66 66
     private function persistToken(string $tag, string $token)
67 67
     {
68
-        \Cache::forever('9z10_o6cg_r'.$tag, $token);
68
+        \Cache::forever('9z10_o6cg_r' . $tag, $token);
69 69
     }
70 70
 
71 71
     /**
@@ -74,6 +74,6 @@  discard block
 block discarded – undo
74 74
      */
75 75
     private function getPersistedToken(string $tag)
76 76
     {
77
-        return \Cache::get('9z10_o6cg_r'.$tag, null);
77
+        return \Cache::get('9z10_o6cg_r' . $tag, null);
78 78
     }
79 79
 }
Please login to merge, or discard this patch.