aleksip / plugin-data-transform

Data Transform Plugin for Pattern Lab PHP
GNU General Public License v2.0
34 stars 10 forks source link

Throw an exception if the user tries to include an non-existing pattern #12

Closed stmh closed 7 years ago

stmh commented 7 years ago

Hi,

we get a lot of "Array to string warnings" when generating our pattern lab. After debugging the code, one source of this warning is that you can include non-existing patterns.

This pull-request will now throw an exception when you try to include a non-existing pattern.

I hope you'll find this contribution useful.

aleksip commented 7 years ago

Nice improvement, thanks!