diff options
| author | n-aleha <nick_aleha@myway.com> | 2014-08-06 15:32:55 +0300 |
|---|---|---|
| committer | n-aleha <nick_aleha@myway.com> | 2014-08-06 15:34:42 +0300 |
| commit | e6d69777502a10c57600c2230e8a8eba05d4cc25 (patch) | |
| tree | 3368c1d7af13fa50a50d6a3187eebc61649d6841 /phpBB/phpbb | |
| parent | 2cc20fb97709c6ee67efd41c3dda5939a12e9455 (diff) | |
| download | forums-e6d69777502a10c57600c2230e8a8eba05d4cc25.tar forums-e6d69777502a10c57600c2230e8a8eba05d4cc25.tar.gz forums-e6d69777502a10c57600c2230e8a8eba05d4cc25.tar.bz2 forums-e6d69777502a10c57600c2230e8a8eba05d4cc25.tar.xz forums-e6d69777502a10c57600c2230e8a8eba05d4cc25.zip | |
[ticket/12557] Fix doc block in extension base class
PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb')
| -rw-r--r-- | phpBB/phpbb/extension/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/extension/base.php b/phpBB/phpbb/extension/base.php index cbbd7bc622..53051ce881 100644 --- a/phpBB/phpbb/extension/base.php +++ b/phpBB/phpbb/extension/base.php @@ -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 */ |
