Skip to content

Refactor: Remove deprecated methods #26028

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 24, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions lib/internal/Magento/Framework/App/DeploymentConfig/Reader.php
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,4 @@ public function load($fileKey = null)
}
return $result ?: [];
}

/**
* Loads the configuration file.
*
* @param string $fileKey The file key
* @param string $pathConfig The path config
* @param bool $ignoreInitialConfigFiles Whether ignore custom pools
* @return array
* @throws FileSystemException
* @throws RuntimeException
* @deprecated 100.2.0 Magento does not support custom config file pools since 2.2.0 version
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
*/
public function loadConfigFile($fileKey, $pathConfig, $ignoreInitialConfigFiles = false)
{
return $this->load($fileKey);
}
}