Completed
Push — master ( 025e52...863689 )
by Gabriel
02:50
created
src/Throttle/Throttle.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@
 block discarded – undo
8 8
 {
9 9
     private static function file(): string
10 10
     {
11
-        return sys_get_temp_dir() . '/sinergi_users_throttle.json';
11
+        return sys_get_temp_dir().'/sinergi_users_throttle.json';
12 12
     }
13 13
 
14 14
     private static function pool(): array
Please login to merge, or discard this patch.