Skip to content

Commit c99358c

Browse files
MAGETWO-64554: Rename config.local.php file, use env.php file as configs storage
1 parent bfdbd34 commit c99358c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ class InitialConfigSource implements ConfigSourceInterface
2525

2626
/**
2727
* @var string
28-
* @deprecated Initial configs con not be separated since 2.2.0 version
28+
* @deprecated Initial configs can not be separated since 2.2.0 version
2929
*/
3030
private $fileKey;
3131

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class FileReader
3131
private $configFilePool;
3232

3333
/**
34-
* The pool of drivers.
34+
* The pool of stream drivers.
3535
*
3636
* @var DriverPool
3737
*/
@@ -40,7 +40,7 @@ class FileReader
4040
/**
4141
* @param DirectoryList $dirList The list of directories
4242
* @param DriverPool $driverPool The pool of config files
43-
* @param ConfigFilePool $configFilePool The pool of drivers
43+
* @param ConfigFilePool $configFilePool The pool of stream drivers
4444
*/
4545
public function __construct(
4646
DirectoryList $dirList,

0 commit comments

Comments
 (0)