neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

BUGFIX: Improve output of `PropertyCannotBeSet` exception #5173

Open c4ll-m3-j4ck opened 4 days ago

c4ll-m3-j4ck commented 4 days ago

When a property cannot be matched on NodeCreation, an exception is thrown, but the message is not helpful because it outputs the result of get_debug_type($propertyValues) for the complete PropertyValuesToWrite object instead of the actual property. This fixes this behavior.