|
@@ -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.