mirror of
https://github.com/code-rhapsodie/ezdataflow-bundle.git
synced 2026-03-24 06:32:06 +01:00
[PR #4] Fix error on fail YAML parse without exception #16
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/code-rhapsodie/ezdataflow-bundle/pull/4
State: closed
Merged: Yes
Consider this code:
Result:
The input data is a wrong YAML but no exception has been throw. This fix check if the parse result is an array and throw exception if not a array.