1
0
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:
Ruben Calvo
2023-01-01 22:01:52 +01:00
parent 3e8fced5c8
commit daa2dd280c
66 changed files with 135 additions and 124 deletions

View File

@@ -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)
{