PluginProbe
Authorizer / 3.9.0
Authorizer v3.9.0
3.16.0 3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 All 127 releases
← All changes | vendor/google/auth/src/CacheTrait.php +1 -1 3.14.23.9.0 View file →
@@ -94,9 +94,9 @@
94 94 if (is_null($key)) {
95 95 return null;
96 96 }
97 97
98 - $key = ($this->cacheConfig['prefix'] ?? '') . $key;
98 + $key = $this->cacheConfig['prefix'] . $key;
99 99
100 100 // ensure we do not have illegal characters
101 101 $key = preg_replace('|[^a-zA-Z0-9_\.!]|', '', $key);
102 102