mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12620] Fix functionnal tests
PHPBB3-12620
This commit is contained in:
parent
677b5b2cd4
commit
f5c5f7df75
1 changed files with 3 additions and 1 deletions
|
@ -107,7 +107,7 @@ class router implements RouterInterface
|
||||||
* Find the list of routing files
|
* Find the list of routing files
|
||||||
*
|
*
|
||||||
* @param array $paths Array of paths where to look for 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)
|
public function find_routing_files(array $paths)
|
||||||
{
|
{
|
||||||
|
@ -130,6 +130,8 @@ class router implements RouterInterface
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue