You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$filesystem = new Filesystem(new Adapter\Local(dirname($this->confFile)));
$loader = new IniFileLoader($filesystem, basename($this->confFile));
$configuration = $loader->load(); // throws: The option "autostart" with value 0 is expected to be of type "bool", but is of type "integer".
$this->confFile is the path to the file.
Am I wrong or the ini file parser cannot handle the program sections?
The text was updated successfully, but these errors were encountered:
The ini file loader IniFileLoader, failes to parse the following file.
Used code:
$this->confFile is the path to the file.
Am I wrong or the ini file parser cannot handle the program sections?
The text was updated successfully, but these errors were encountered: