Skip to content

Commit ac753ca

Browse files
committed
Fixed Static Failure & review comments
1 parent 706addb commit ac753ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/internal/Magento/Framework/Console/CommandList.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
3-
* Copyright © Magento, Inc. All rights reserved.
4-
* See COPYING.txt for license details.
3+
* Copyright 2015 Adobe
4+
* All Rights Reserved.
55
*/
66

77
namespace Magento\Framework\Console;
@@ -39,7 +39,7 @@ public function __construct(array $commands = [])
3939
/**
4040
* @inheritdoc
4141
*/
42-
public function getCommands(): array
42+
public function getCommands()
4343
{
4444
return $this->commands;
4545
}

0 commit comments

Comments
 (0)