Config: Fix PHPDoc for fromIni

This commit is contained in:
Eric Lippmann 2015-01-19 11:25:06 +01:00
parent 87adbacb3b
commit ac503031a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{