]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
php-cs 3536/head
authorKevin Decherf <kevin@kdecherf.com>
Sun, 31 Dec 2017 12:19:26 +0000 (13:19 +0100)
committerKevin Decherf <kevin@kdecherf.com>
Sun, 31 Dec 2017 12:19:26 +0000 (13:19 +0100)
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
tests/Wallabag/CoreBundle/Controller/EntryControllerTest.php

index 22a0d27eb98973d463e53d10e3c880a6e2048633..e424f152c40630616509c219c690ef8e9cdf0bd7 100644 (file)
@@ -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