Skip to content
Snippets Groups Projects
Commit b11d07b6 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #63

parent 8127eb58
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ final class CombinedContainer implements ContainerInterface
throw new NotFoundException();
}
public function has(string $id)
public function has(string $id): bool
{
foreach ($this->containers as $container) {
if (!$container->has($id)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment