Hi there Fetching the ObjectManager in `onClear` can never be negated since `ObjectManagerAwareInterface->getObjectManager()` can't return null. This should be wrapped in a try/catch [ClearObjectManagerStrategy](https://github.com/Webador/SlmQueueDoctrine/blob/master/src/Strategy/ClearObjectManagerStrategy.php#L36-L38)
Hi there
Fetching the ObjectManager in
onClearcan never be negated sinceObjectManagerAwareInterface->getObjectManager()can't return null.This should be wrapped in a try/catch
ClearObjectManagerStrategy