@@ -104,7 +104,7 @@ |
||
104 | 104 | */ |
105 | 105 | private function configurationCache() |
106 | 106 | { |
107 | - if (property_exists($this->cacheComponent, 'cachePath') && $this->path !== null) { |
|
107 | + if (property_exists($this->cacheComponent, 'cachePath') && $this->path !== null) { |
|
108 | 108 | $this->cacheComponent->cachePath = Yii::getAlias($this->path); |
109 | 109 | } |
110 | 110 | if (property_exists($this->cacheComponent, 'cacheFileSuffix')) { |
@@ -58,7 +58,7 @@ |
||
58 | 58 | /** |
59 | 59 | * {@inheritDoc} |
60 | 60 | */ |
61 | - public function getStats():? array |
|
61 | + public function getStats(): ? array |
|
62 | 62 | { |
63 | 63 | return null; |
64 | 64 | } |
@@ -101,5 +101,5 @@ |
||
101 | 101 | * |
102 | 102 | * @return array|null An associative array with server's statistics if available, NULL otherwise. |
103 | 103 | */ |
104 | - public function getStats():? array; |
|
104 | + public function getStats(): ? array; |
|
105 | 105 | } |