mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/12655] Set the arguments of \phpbb\console\application as required
PHPBB3-12655
This commit is contained in:
parent
6c9518ea32
commit
a14d16172c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue