Skip to content

Commit 6447c54

Browse files
author
rostislav
committed
issue-38703 codestyle ( prettify )
1 parent ed345a1 commit 6447c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/Developer/Console/Command/DiInfoCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ class DiInfoCommand extends Command
5555
* @param AreaList $areaList
5656
*/
5757
public function __construct(
58-
Information $diInformation,
58+
Information $diInformation,
5959
ObjectManagerInterface $objectManager,
60-
?AreaList $areaList = null
60+
?AreaList $areaList = null
6161
)
6262
{
6363
$this->diInformation = $diInformation;

0 commit comments

Comments
 (0)