mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/16955] Fix most return types in phpdoc
PHPBB3-16955
This commit is contained in:
@@ -44,9 +44,9 @@ class default_resources_locator implements resources_locator_interface
|
||||
/**
|
||||
* Construct method
|
||||
*
|
||||
* @param string $phpbb_root_path phpBB root path
|
||||
* @param string $environment Name of the current environment
|
||||
* @param manager $extension_manager Extension manager
|
||||
* @param string $phpbb_root_path phpBB root path
|
||||
* @param string $environment Name of the current environment
|
||||
* @param manager|null $extension_manager Extension manager
|
||||
*/
|
||||
public function __construct($phpbb_root_path, $environment, manager $extension_manager = null)
|
||||
{
|
||||
|
Reference in New Issue
Block a user