mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-15 06:06:32 +02:00
[ticket/12655] Set the arguments of \phpbb\console\application as required
PHPBB3-12655
This commit is contained in:
@ -27,7 +27,7 @@ class application extends \Symfony\Component\Console\Application
|
||||
* @param string $version The version of the application
|
||||
* @param \phpbb\user $user The user which runs the application (used for translation)
|
||||
*/
|
||||
public function __construct($name = 'UNKNOWN', $version = 'UNKNOWN', \phpbb\user $user)
|
||||
public function __construct($name, $version, \phpbb\user $user)
|
||||
{
|
||||
parent::__construct($name, $version);
|
||||
|
||||
|
Reference in New Issue
Block a user