Completed
Push — V3 ( 7804e3...ad2c3a )
by Georges
01:47
created
src/Command/PhpfastcacheSetCommand.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
             if($cacheTtl){
102 102
                 if(\is_numeric($cacheTtl)){
103 103
                     $cacheItem->expiresAfter($cacheTtl);
104
-                }else{
104
+                } else{
105 105
                     $io->error(\sprintf('Invalid ttl value format "%s", must be a valid integer, aborting...', $cacheTtl));
106 106
                     return;
107 107
                 }
Please login to merge, or discard this patch.