Skip to content

Commit

Permalink
Fixed code with CS fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioBlazek committed Feb 8, 2017
1 parent efc2bd8 commit 776265a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tests/Templating/Twig/Extension/AdminExtensionTest.php
Expand Up @@ -2,8 +2,8 @@

namespace Netgen\TagsBundle\Tests\Templating\Twig\Extension;

use Netgen\TagsBundle\Templating\Twig\Extension\AdminExtension;
use Netgen\TagsBundle\Templating\Twig\AdminGlobalVariable;
use Netgen\TagsBundle\Templating\Twig\Extension\AdminExtension;
use PHPUnit_Framework_TestCase;
use Twig_Extension;
use Twig_Extension_GlobalsInterface;
Expand Down
8 changes: 4 additions & 4 deletions Tests/Templating/Twig/Extension/NetgenTagsExtensionTest.php
Expand Up @@ -2,15 +2,15 @@

namespace Netgen\TagsBundle\Tests\Templating\Twig\Extension;

use eZ\Publish\API\Repository\Values\Content\Language;
use eZ\Publish\Core\Base\Exceptions\NotFoundException;
use eZ\Publish\Core\Helper\TranslationHelper;
use eZ\Publish\Core\Repository\ContentTypeService;
use eZ\Publish\Core\Base\Exceptions\NotFoundException;
use eZ\Publish\Core\Repository\LanguageService;
use eZ\Publish\API\Repository\Values\Content\Language;
use eZ\Publish\Core\Repository\Values\ContentType\ContentType;
use Netgen\TagsBundle\API\Repository\Values\Tags\Tag;
use Netgen\TagsBundle\Core\Repository\TagsService;
use Netgen\TagsBundle\Templating\Twig\Extension\NetgenTagsExtension;
use Netgen\TagsBundle\API\Repository\Values\Tags\Tag;
use PHPUnit_Framework_TestCase;
use Twig_Extension;
use Twig_SimpleFunction;
Expand Down Expand Up @@ -161,7 +161,7 @@ public function testGetLanguageName()
array(
'id' => 123,
'languageCode' => 'eng-EU',
'name' => 'English'
'name' => 'English',
)
);

Expand Down

0 comments on commit 776265a

Please sign in to comment.