Skip to content

Commit b5b7768

Browse files
taka-oyamatyabu12
andcommitted
Update src/SpannerServiceProvider.php
Co-authored-by: Tomohito YABU <[email protected]>
1 parent ddbf2a9 commit b5b7768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SpannerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ protected function createSessionPool(string $name, array $sessionPoolConfig): Se
102102
* @param string $name
103103
* @return CacheItemPoolInterface
104104
*/
105-
protected function createAuthCache(string $name, ): CacheItemPoolInterface
105+
protected function createAuthCache(string $name): CacheItemPoolInterface
106106
{
107107
$cachePath = storage_path(implode(DIRECTORY_SEPARATOR, ['framework', 'spanner', $name]));
108108
return new FilesystemAdapter('auth', 0, $cachePath);

0 commit comments

Comments
 (0)