@@ -101,7 +101,7 @@ |
||
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 | } |