Skip to content

Commit

Permalink
some more use statements that apparently did not influence the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
antiftw committed Jun 4, 2024
1 parent 654921f commit 6e8b590
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion tests/Resources/Github/Issue_111.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Translation\Extractor\Tests\Resources\Github;

use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class Issue111Type
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Github/Issue_125.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Translation\Extractor\Tests\Resources\Github;

use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class ConcatenatedStrings
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Github/Issue_62.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Symfony\Component\Form\AbstractType;
use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class EmptyValueType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Php/Symfony/DescriptionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\Extension\Core\Type\TextType;
use Symfony\Component\Form\FormBuilderInterface;
use Translation\Extractor\Attribute\Desc;
use Translation\Extractor\Annotation\Desc;

class DescriptionType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Php/Symfony/ExplicitLabelFalseType.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

use Symfony\Component\Form\AbstractType;
use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class ExplicitLabelFalseType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Php/Symfony/ExplicitLabelType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Translation\Extractor\Tests\Resources\Php\Symfony;

use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class ExplicitLabelType
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Php/Symfony/HelpFormErrorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class PlaceholderFormErrorType extends AbstractType
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Resources/Php/Symfony/PlaceholderFormErrorType.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormBuilderInterface;
use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class PlaceholderFormErrorType extends AbstractType
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Translation\Extractor\Tests\Resources\Php\Symfony;

use Translation\Extractor\Attribute\Ignore;
use Translation\Extractor\Annotation\Ignore;

class SimpleChoiceSymfony3xErrorType
{
Expand Down

0 comments on commit 6e8b590

Please sign in to comment.