Skip to content

Commit ee227f5

Browse files
committed
MAGETWO-44635: Running module:enable --all via CLI before installation prevents running further commands
- Fixing phpdoc
1 parent e6fca46 commit ee227f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/App/DeploymentConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public function __construct(DeploymentConfig\Reader $reader, $overrideData = [])
6060
*
6161
* @param string $key
6262
* @param mixed $defaultValue
63-
* @return array|null
63+
* @return mixed|null
6464
*/
6565
public function get($key = null, $defaultValue = null)
6666
{

0 commit comments

Comments
 (0)