Skip to content

Commit cf90b8b

Browse files
committed
minor #42609 [WebProfilerBundle] Add type to fix 6.0 deps=high build (wouterj)
This PR was merged into the 5.4 branch. Discussion ---------- [WebProfilerBundle] Add type to fix 6.0 deps=high build | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | - | License | MIT | Doc PR | - Commits ------- 65e8d8c Add type to fix 6.0 build
2 parents f1643e8 + 65e8d8c commit cf90b8b

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)