Completed
Push — master ( e3647a...d2371c )
by iLex
02:02
created
src/IdiormCache.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
      *
21 21
      * @throws \Exception
22 22
      */
23
-    public function __construct($path,$expiresAfter=3600)
23
+    public function __construct($path, $expiresAfter = 3600)
24 24
     {
25 25
         if (!is_writable($path)) {
26 26
             throw new \Exception(sprintf('%s is not exist or writable', $path));
Please login to merge, or discard this patch.