mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 12:14:06 +02:00
[ticket/11150] CS and wording
PHPBB3-11150
This commit is contained in:
committed by
Tristan Darricau
parent
8ea2ecf835
commit
ea4a4acee0
@@ -76,14 +76,14 @@ class installer
|
||||
private $ext_json_file_backup;
|
||||
|
||||
/**
|
||||
* @param \phpbb\config\config $config Config object
|
||||
* @param string $root_path phpBB root path
|
||||
* @param string $root_path phpBB root path
|
||||
* @param config $config Config object
|
||||
*/
|
||||
public function __construct($root_path, config $config = null)
|
||||
{
|
||||
if ($config)
|
||||
{
|
||||
$repositories = json_decode($config['exts_composer_repositories'], true);
|
||||
$repositories = json_decode($config['exts_composer_repositories'], true);
|
||||
|
||||
if (is_array($repositories) && !empty($repositories))
|
||||
{
|
||||
|
Reference in New Issue
Block a user