Completed
Push — 6.0 ( f89fe9...a4fe5c )
by liu
04:11
created
src/think/Cache.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -8,7 +8,7 @@  discard block
 block discarded – undo
8 8
 // +----------------------------------------------------------------------
9 9
 // | Author: liu21st <[email protected]>
10 10
 // +----------------------------------------------------------------------
11
-declare (strict_types = 1);
11
+declare(strict_types=1);
12 12
 
13 13
 namespace think;
14 14
 
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
         }
79 79
 
80 80
         if (!isset($this->config['stores'][$name])) {
81
-            throw new InvalidArgumentException('Undefined cache config:' . $name);
81
+            throw new InvalidArgumentException('Undefined cache config:'.$name);
82 82
         }
83 83
 
84 84
         $options = $this->config['stores'][$name];
Please login to merge, or discard this patch.