]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - src/Wallabag/CoreBundle/Subscriber/SQLiteCascadeDeleteSubscriber.php
CS
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Subscriber / SQLiteCascadeDeleteSubscriber.php
index d51805770c847383037ae9338c5db8329036691e..f7210bd3b60f8e698df0d394a217649eadec73b7 100644 (file)
@@ -1,8 +1,8 @@
 <?php
+
 namespace Wallabag\CoreBundle\Subscriber;
 
 use Doctrine\Common\EventSubscriber;
-use Doctrine\ORM\EntityManager;
 use Doctrine\ORM\Event\LifecycleEventArgs;
 use Wallabag\CoreBundle\Entity\Entry;
 use Doctrine\Bundle\DoctrineBundle\Registry;
@@ -38,7 +38,7 @@ class SQLiteCascadeDeleteSubscriber implements EventSubscriber
 
     /**
      * We removed everything related to the upcoming removed entry because SQLite can't handle it on it own.
-     * We do it in the preRemove, because we can't retrieve tags in the postRemove (because the entry id is gone)
+     * We do it in the preRemove, because we can't retrieve tags in the postRemove (because the entry id is gone).
      *
      * @param LifecycleEventArgs $args
      */