mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Remove duplication of throws
This commit is contained in:
parent
76e35ca446
commit
bb821a426d
1 changed files with 0 additions and 1 deletions
|
@ -96,7 +96,6 @@ class IniReader implements ConfigReaderInterface {
|
||||||
* @return array Parsed configuration values.
|
* @return array Parsed configuration values.
|
||||||
* @throws ConfigureException when files don't exist.
|
* @throws ConfigureException when files don't exist.
|
||||||
* Or when files contain '..' as this could lead to abusive reads.
|
* Or when files contain '..' as this could lead to abusive reads.
|
||||||
* @throws ConfigureException
|
|
||||||
*/
|
*/
|
||||||
public function read($key) {
|
public function read($key) {
|
||||||
if (strpos($key, '..') !== false) {
|
if (strpos($key, '..') !== false) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue