mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/extension-manager] Clarify comment on ext meta class instantiator
PHPBB3-10323
This commit is contained in:
parent
10fa711f00
commit
eab7374f3f
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class phpbb_extension_manager
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Instantiates the extension meta class for the given name.
|
* Instantiates the extension meta class for the extension with the given name
|
||||||
*
|
*
|
||||||
* @param string $name The extension name
|
* @param string $name The extension name
|
||||||
* @return phpbb_extension_interface Instance of the extension meta class or
|
* @return phpbb_extension_interface Instance of the extension meta class or
|
||||||
|
|
Loading…
Add table
Reference in a new issue