We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 194febd commit ee4bef3Copy full SHA for ee4bef3
src/MagentoComposerApplication.php
@@ -65,9 +65,9 @@ class MagentoComposerApplication
65
public function __construct(
66
$pathToComposerHome,
67
$pathToComposerJson,
68
- Application $consoleApplication = null,
69
- ConsoleArrayInputFactory $consoleArrayInputFactory = null,
70
- BufferedOutput $consoleOutput = null
+ ?Application $consoleApplication = null,
+ ?ConsoleArrayInputFactory $consoleArrayInputFactory = null,
+ ?BufferedOutput $consoleOutput = null
71
) {
72
$this->consoleApplication = $consoleApplication ? $consoleApplication : new Application();
73
$this->consoleArrayInputFactory = $consoleArrayInputFactory ? $consoleArrayInputFactory
0 commit comments