mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
[ticket/12620] Fix functionnal tests
PHPBB3-12620
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user