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 706addb commit ac753caCopy full SHA for ac753ca
lib/internal/Magento/Framework/Console/CommandList.php
@@ -1,7 +1,7 @@
1
<?php
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details.
+ * Copyright 2015 Adobe
+ * All Rights Reserved.
5
*/
6
7
namespace Magento\Framework\Console;
@@ -39,7 +39,7 @@ public function __construct(array $commands = [])
39
40
* @inheritdoc
41
42
- public function getCommands(): array
+ public function getCommands()
43
{
44
return $this->commands;
45
}
0 commit comments