Closed MartinRosserEB closed 6 years ago
https://github.com/EmchBerger/cube-common-bundle/blob/master/src/DataHandling/Logs/DataDogAudit.php#L26
--> suggest to use constant "KEY_UNCHANGED" instead of KEY_LEFT and suggest to use value "unchanged" for this constant.
This is fine.
Hint: normally, the old constant would stay for one version const KEY_LEFT = static::KEY_UNCHANGED
const KEY_LEFT = static::KEY_UNCHANGED
https://github.com/EmchBerger/cube-common-bundle/blob/master/src/DataHandling/Logs/DataDogAudit.php#L26
--> suggest to use constant "KEY_UNCHANGED" instead of KEY_LEFT and suggest to use value "unchanged" for this constant.