Completed
Push — master ( 76a901...5ab4c0 )
by BENOIT
04:54
created
src/Watcher/DoctrineWatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      */
78 78
     private function createPropertyListener(string $entityClass, string $property, callable $callback, array $options = []): callable
79 79
     {
80
-        return function (LifecycleEventArgs $eventArgs, string $operationType) use ($entityClass, $property, $callback, $options) {
80
+        return function(LifecycleEventArgs $eventArgs, string $operationType) use ($entityClass, $property, $callback, $options) {
81 81
             $em = $eventArgs->getEntityManager();
82 82
             $unitOfWork = $em->getUnitOfWork();
83 83
             $entity = $eventArgs->getEntity();
Please login to merge, or discard this patch.