Skip to content

Commit 9c9b34a

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@ public function __construct(
5858
*
5959
* @param string $fileKey The file key
6060
* @return array The configurations array
61-
* @throws FileSystemException If file key is not correct
61+
* @throws FileSystemException If file can not be read
62+
* @throws \Exception If file key is not correct
6263
*/
6364
public function load($fileKey)
6465
{

0 commit comments

Comments
 (0)