We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c2644 commit 8aa168fCopy full SHA for 8aa168f
src/Caching/Cache.php
@@ -93,7 +93,7 @@ final public function getStorage(): Storage
93
*/
94
final public function getNamespace(): string
95
{
96
- return (string) substr($this->namespace, 0, -1);
+ return substr($this->namespace, 0, -1);
97
}
98
99
0 commit comments