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
8989 * @param string $configKey
9090 * @return string
9191 */
92- private function getCacheConfigValue ($ cacheConfig , $ configKey )
92+ private function getCacheConfigValue ($ cacheConfig , $ configKey ): string
9393 {
9494 if (isset ($ cacheConfig ['backend_options ' ][$ configKey ])) {
9595 return $ cacheConfig ['backend_options ' ][$ configKey ];
@@ -106,7 +106,7 @@ private function getCacheConfigValue($cacheConfig, $configKey)
106106 * @param $cacheConfig
107107 * @return bool
108108 */
109- private function isCacheConfigValid ($ cacheConfig )
109+ private function isCacheConfigValid ($ cacheConfig ): bool
110110 {
111111 if ($ this ->getCacheConfigValue ($ cacheConfig , 'server ' )
112112 && $ this ->getCacheConfigValue ($ cacheConfig , 'port ' )
You can’t perform that action at this time.
0 commit comments