File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public function evict(): int
89
89
* @param string $configKey
90
90
* @return string
91
91
*/
92
- private function getCacheConfigValue ($ cacheConfig , $ configKey )
92
+ private function getCacheConfigValue ($ cacheConfig , $ configKey ): string
93
93
{
94
94
if (isset ($ cacheConfig ['backend_options ' ][$ configKey ])) {
95
95
return $ cacheConfig ['backend_options ' ][$ configKey ];
@@ -106,7 +106,7 @@ private function getCacheConfigValue($cacheConfig, $configKey)
106
106
* @param $cacheConfig
107
107
* @return bool
108
108
*/
109
- private function isCacheConfigValid ($ cacheConfig )
109
+ private function isCacheConfigValid ($ cacheConfig ): bool
110
110
{
111
111
if ($ this ->getCacheConfigValue ($ cacheConfig , 'server ' )
112
112
&& $ this ->getCacheConfigValue ($ cacheConfig , 'port ' )
You can’t perform that action at this time.
0 commit comments