File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
lib/internal/Magento/Framework/App Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class InitialConfigSource implements ConfigSourceInterface
25
25
26
26
/**
27
27
* @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
29
29
*/
30
30
private $ fileKey ;
31
31
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class FileReader
31
31
private $ configFilePool ;
32
32
33
33
/**
34
- * The pool of drivers.
34
+ * The pool of stream drivers.
35
35
*
36
36
* @var DriverPool
37
37
*/
@@ -40,7 +40,7 @@ class FileReader
40
40
/**
41
41
* @param DirectoryList $dirList The list of directories
42
42
* @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
44
44
*/
45
45
public function __construct (
46
46
DirectoryList $ dirList ,
You can’t perform that action at this time.
0 commit comments