[ticket/11362] Fix service description of finder

PHPBB3-11362
This commit is contained in:
Joas Schilling 2013-04-17 20:25:30 +02:00
parent 423b310e2a
commit ffe9f2a93e

View file

@ -141,9 +141,9 @@ services:
class: phpbb_extension_finder class: phpbb_extension_finder
arguments: arguments:
- @ext.manager - @ext.manager
- @filesystem
- %core.root_path% - %core.root_path%
- @cache.driver - @cache.driver
- @filesystem
- .%core.php_ext% - .%core.php_ext%
- _ext_finder - _ext_finder