Skip to content

Commit 8aa168f

Browse files
committed
typo
1 parent 48c2644 commit 8aa168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Caching/Cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ final public function getStorage(): Storage
9393
*/
9494
final public function getNamespace(): string
9595
{
96-
return (string) substr($this->namespace, 0, -1);
96+
return substr($this->namespace, 0, -1);
9797
}
9898

9999

0 commit comments

Comments
 (0)