mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-28 04:58:46 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -30,7 +30,7 @@ class IniFileLoader extends FileLoader
|
||||
// first pass to catch parsing errors
|
||||
$result = parse_ini_file($path, true);
|
||||
if (false === $result || [] === $result) {
|
||||
throw new InvalidArgumentException(sprintf('The "%s" file is not valid.', $resource));
|
||||
throw new InvalidArgumentException(\sprintf('The "%s" file is not valid.', $resource));
|
||||
}
|
||||
|
||||
// real raw parsing
|
||||
|
||||
Reference in New Issue
Block a user