We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0c949 commit 1cd17caCopy full SHA for 1cd17ca
phpBB/phpbb/routing/loader_resolver.php
@@ -33,7 +33,7 @@ public function __construct($loaders = [])
33
/**
34
* {@inheritdoc}
35
*/
36
- public function resolve($resource, $type = null): false|\Symfony\Component\Config\Loader\LoaderInterface
+ public function resolve($resource, $type = null): \Symfony\Component\Config\Loader\LoaderInterface|false
37
{
38
/** @var \Symfony\Component\Config\Loader\LoaderInterface $loader */
39
foreach ($this->loaders as $loader)
0 commit comments