Closed gambry closed 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]) && ...?
php core/console --generate
isset($dataStore[$key]) && ...
Merged your PR, thanks!
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]) && ...
?