mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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
|
* 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user