mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
[ticket/17512] Fix the code layout error reported
PHPBB-17512
This commit is contained in:
parent
6a0c949ed1
commit
1cd17caf87
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ class loader_resolver implements LoaderResolverInterface
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
*/
|
*/
|
||||||
public function resolve($resource, $type = null): false|\Symfony\Component\Config\Loader\LoaderInterface
|
public function resolve($resource, $type = null): \Symfony\Component\Config\Loader\LoaderInterface|false
|
||||||
{
|
{
|
||||||
/** @var \Symfony\Component\Config\Loader\LoaderInterface $loader */
|
/** @var \Symfony\Component\Config\Loader\LoaderInterface $loader */
|
||||||
foreach ($this->loaders as $loader)
|
foreach ($this->loaders as $loader)
|
||||||
|
|
Loading…
Add table
Reference in a new issue