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 ed345a1 commit 6447c54Copy full SHA for 6447c54
app/code/Magento/Developer/Console/Command/DiInfoCommand.php
@@ -55,9 +55,9 @@ class DiInfoCommand extends Command
55
* @param AreaList $areaList
56
*/
57
public function __construct(
58
- Information $diInformation,
+ Information $diInformation,
59
ObjectManagerInterface $objectManager,
60
- ?AreaList $areaList = null
+ ?AreaList $areaList = null
61
)
62
{
63
$this->diInformation = $diInformation;
0 commit comments