From: Kevin Decherf Date: Sun, 31 Dec 2017 12:19:26 +0000 (+0100) Subject: php-cs X-Git-Tag: 2.3.2~4^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=b8568662bdb5f118f7382e7b30bff886d6a185a7;hp=e0a862b626553ce3ae9c7e87178e5598275f4775;p=github%2Fwallabag%2Fwallabag.git php-cs Signed-off-by: Kevin Decherf --- diff --git a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php index 22a0d27e..e424f152 100644 --- a/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php +++ b/tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php @@ -5,8 +5,8 @@ namespace Tests\Wallabag\CoreBundle\Controller; use Tests\Wallabag\CoreBundle\WallabagCoreTestCase; use Wallabag\CoreBundle\Entity\Config; use Wallabag\CoreBundle\Entity\Entry; -use Wallabag\CoreBundle\Entity\Tag; use Wallabag\CoreBundle\Entity\SiteCredential; +use Wallabag\CoreBundle\Entity\Tag; use Wallabag\CoreBundle\Helper\ContentProxy; class EntryControllerTest extends WallabagCoreTestCase