mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/12557] Fix doc block in extension base class
PHPBB3-12557
This commit is contained in:
parent
2cc20fb977
commit
e6d6977750
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ class base implements \phpbb\extension\extension_interface
|
||||||
*
|
*
|
||||||
* @param ContainerInterface $container Container object
|
* @param ContainerInterface $container Container object
|
||||||
* @param \phpbb\finder $extension_finder
|
* @param \phpbb\finder $extension_finder
|
||||||
|
* @param \phpbb\db\migrator $migrator
|
||||||
* @param string $extension_name Name of this extension (from ext.manager)
|
* @param string $extension_name Name of this extension (from ext.manager)
|
||||||
* @param string $extension_path Relative path to this extension
|
* @param string $extension_path Relative path to this extension
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue