mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
⬆️ N°4770 Update to latest Symfony 3.4
This commit is contained in:
@@ -37,7 +37,7 @@ class IniFileLoader extends FileLoader
|
||||
}
|
||||
|
||||
// real raw parsing
|
||||
$result = parse_ini_file($path, true, INI_SCANNER_RAW);
|
||||
$result = parse_ini_file($path, true, \INI_SCANNER_RAW);
|
||||
|
||||
if (isset($result['parameters']) && \is_array($result['parameters'])) {
|
||||
foreach ($result['parameters'] as $key => $value) {
|
||||
@@ -55,7 +55,7 @@ class IniFileLoader extends FileLoader
|
||||
return false;
|
||||
}
|
||||
|
||||
if (null === $type && 'ini' === pathinfo($resource, PATHINFO_EXTENSION)) {
|
||||
if (null === $type && 'ini' === pathinfo($resource, \PATHINFO_EXTENSION)) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user