Skip to content

Commit 65e8d8c

Browse files
committed
Add type to fix 6.0 build
1 parent f1643e8 commit 65e8d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ protected function configureContainer(ContainerBuilder $containerBuilder, Loader
5454
]);
5555
}
5656

57-
public function getCacheDir()
57+
public function getCacheDir(): string
5858
{
5959
return sys_get_temp_dir().'/cache-'.spl_object_hash($this);
6060
}

0 commit comments

Comments
 (0)