Config: Fix PHPDoc for fromIni
This commit is contained in:
parent
87adbacb3b
commit
ac503031a7
|
@ -279,7 +279,7 @@ class Config implements Countable, Iterator
|
|||
*
|
||||
* @param string $file The file to parse
|
||||
*
|
||||
* @throws NotReadableError When the file does not exist or cannot be read
|
||||
* @throws NotReadableError When the file cannot be read
|
||||
*/
|
||||
public static function fromIni($file)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue