1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/12508] Move \phpbb\extension\finder to \phpbb\finder

PHPBB3-12508
This commit is contained in:
Joas Schilling
2014-05-06 18:27:30 +02:00
parent d45c681b40
commit 183492b019
9 changed files with 27 additions and 27 deletions

View File

@@ -46,10 +46,10 @@ class provider
}
/**
* @param \phpbb\extension\finder $finder
* @param \phpbb\finder $finder
* @return null
*/
public function find_routing_files(\phpbb\extension\finder $finder)
public function find_routing_files(\phpbb\finder $finder)
{
// We hardcode the path to the core config directory
// because the finder cannot find it