Skip to content

Commit 0a1f09f

Browse files
author
Bohdan Korablov
committed
MAGETWO-63382: CLI Improvements: Configuration management - Command config:show
1 parent 14fae58 commit 0a1f09f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Config/Console/Command/ConfigShowCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ protected function execute(InputInterface $input, OutputInterface $output)
170170
* Outputs single configuration value or list of values if array given.
171171
*
172172
* @param OutputInterface $output an OutputInterface instance
173-
* @param mixed $configValue can be string when $configPath is a path for concreate field.
173+
* @param string|array $configValue can be string when $configPath is a path for concreate field.
174174
* In other cases $configValue should be an array
175175
* ```php
176176
* [

lib/internal/Magento/Framework/App/Config/ConfigPathResolver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public function __construct(ScopeCodeResolver $scopeCodeResolver)
3131
*
3232
* @param string $path The path of configuration
3333
* @param string $scope The scope of configuration
34-
* @param string|int|null $scopeCode The scope code or its identifier of configuration. The values for this
34+
* @param string|int|null $scopeCode The scope code or its identifier. The values for this
3535
* field are taken from 'store' or 'store_website' tables, depends on $scope value
3636
* @param string|null $type The type of configuration.
3737
* The available types are declared in implementations of Magento\Framework\App\Config\ConfigTypeInterface

0 commit comments

Comments
 (0)