mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 14:00:31 +02:00
[ticket/16955] Clean up composer classes and fix typos in exceptions
PHPBB3-16955
This commit is contained in:
@@ -147,11 +147,11 @@ class installer
|
||||
* @param array $packages Packages to install.
|
||||
* Each entry may be a name or an array associating a version constraint to a name
|
||||
* @param array $whitelist White-listed packages (packages that can be installed/updated/removed)
|
||||
* @param IOInterface|null $io IO object used for the output
|
||||
* @param io\io_interface|null $io IO object used for the output
|
||||
*
|
||||
* @throws runtime_exception
|
||||
*/
|
||||
protected function do_install(array $packages, $whitelist, IOInterface $io = null)
|
||||
protected function do_install(array $packages, $whitelist, io\io_interface $io = null)
|
||||
{
|
||||
if (!$io)
|
||||
{
|
||||
|
Reference in New Issue
Block a user