aleksip / plugin-data-transform

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

PHP Notice: Undefined index: XXX in vendor/aleksip/plugin-data-transform/src/aleksip/DataTransformPlugin/DataTransformer.php #23

Closed gambry closed 5 years ago

gambry commented 5 years ago

I've received lot of PHP notices during running php core/console --generate as - I believe the condition in here needs some additional validation, i.e. isset($dataStore[$key]) && ...?

aleksip commented 5 years ago

Merged your PR, thanks!