mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-04 21:44:57 +02:00
[ticket/12620] Fix functionnal tests
PHPBB3-12620
This commit is contained in:
parent
677b5b2cd4
commit
f5c5f7df75
@ -107,7 +107,7 @@ class router implements RouterInterface
|
||||
* Find the list of routing files
|
||||
*
|
||||
* @param array $paths Array of paths where to look for routing files.
|
||||
* @return null
|
||||
* @return router
|
||||
*/
|
||||
public function find_routing_files(array $paths)
|
||||
{
|
||||
@ -130,6 +130,8 @@ class router implements RouterInterface
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user