webnet-fr / database-anonymizer

CLI tool an PHP library to anonymize data in various databases
MIT License
33 stars 16 forks source link

Fixes error when using annotations and $tableConfig truncate's key is not defined #7

Closed 0x346e3730 closed 3 years ago

0x346e3730 commented 3 years ago

I got an error when using the bundle with annotations. It was because at no point the truncate key was defined.

This fix makes sure it defaults to false and produces no error in cases the key is not defined.

sload commented 3 years ago

Thanks @0x346e3730