Test Failed
Pull Request — master (#33)
by
unknown
35:24 queued 21:35
created
src/RedisCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -229,7 +229,7 @@
 block discarded – undo
229 229
                 ->getTimestamp();
230 230
         }
231 231
 
232
-        return (int) $ttl;
232
+        return (int)$ttl;
233 233
     }
234 234
 
235 235
     /**
Please login to merge, or discard this patch.
rector.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,7 @@
 block discarded – undo
7 7
 use Rector\Php74\Rector\Closure\ClosureToArrowFunctionRector;
8 8
 use Rector\Set\ValueObject\LevelSetList;
9 9
 
10
-return static function (RectorConfig $rectorConfig): void {
10
+return static function(RectorConfig $rectorConfig): void {
11 11
     $rectorConfig->paths([
12 12
         __DIR__ . '/src',
13 13
         __DIR__ . '/tests',
Please login to merge, or discard this patch.