The token can be sent to address(0) through a normal transfer() without decreasing the totalSupply as it would with calling burn() and it could cause an unintentional burn.
Recommend consider checking the recipient address to be != address(0).
