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
ReferenceTester.php: Use extension's yaml_parse_file
In case of missing YAML library, the error message won't be the same.
Before, it pretended the use of `undefined function EzSystems\Raml2Html\Test\yaml_parse_file()`. After, it notifies the use of `undefined function yaml_parse_file()`.
0 commit comments