1
0
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:
Tristan Darricau 2014-11-21 08:26:19 +01:00
parent 677b5b2cd4
commit f5c5f7df75

View File

@ -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;
}
/**