mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-22 11:09:27 +02:00
[ticket/12557] Fix doc block in extension base class
PHPBB3-12557
This commit is contained in:
@ -40,6 +40,7 @@ class base implements \phpbb\extension\extension_interface
|
||||
*
|
||||
* @param ContainerInterface $container Container object
|
||||
* @param \phpbb\finder $extension_finder
|
||||
* @param \phpbb\db\migrator $migrator
|
||||
* @param string $extension_name Name of this extension (from ext.manager)
|
||||
* @param string $extension_path Relative path to this extension
|
||||
*/
|
||||
|
Reference in New Issue
Block a user