Skip to content

Commit 1cd17ca

Browse files
committed
[ticket/17512] Fix the code layout error reported
PHPBB-17512
1 parent 6a0c949 commit 1cd17ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpBB/phpbb/routing/loader_resolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function __construct($loaders = [])
3333
/**
3434
* {@inheritdoc}
3535
*/
36-
public function resolve($resource, $type = null): false|\Symfony\Component\Config\Loader\LoaderInterface
36+
public function resolve($resource, $type = null): \Symfony\Component\Config\Loader\LoaderInterface|false
3737
{
3838
/** @var \Symfony\Component\Config\Loader\LoaderInterface $loader */
3939
foreach ($this->loaders as $loader)

0 commit comments

Comments
 (0)