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
When I have an invalid yaml file, for example an old file generated by extension builder Configuration/ExtensionBuilder/settings.yaml that I forgot to exclude I get the very unspecific error
In Parser.php line 425:
Multiple documents are not supported at line 2 (near "---").
Minimal PHP Code Causing Issue
Expected Behaviour
An error message:
Invalid YAML found in file Configuration/ExtensionBuilder/settings.yaml
Multiple documents are not supported at line 2 (near "---").
Bug Report
When I have an invalid yaml file, for example an old file generated by extension builder
Configuration/ExtensionBuilder/settings.yaml
that I forgot to exclude I get the very unspecific errorMinimal PHP Code Causing Issue
Expected Behaviour
An error message:
Might be related to #2515
The text was updated successfully, but these errors were encountered: