Skip to content

Commit 6e8b590

Browse files
committed
some more use statements that apparently did not influence the tests
1 parent 654921f commit 6e8b590

9 files changed

+9
-9
lines changed

tests/Resources/Github/Issue_111.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Translation\Extractor\Tests\Resources\Github;
44

5-
use Translation\Extractor\Attribute\Ignore;
5+
use Translation\Extractor\Annotation\Ignore;
66

77
class Issue111Type
88
{

tests/Resources/Github/Issue_125.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace Translation\Extractor\Tests\Resources\Github;
44

5-
use Translation\Extractor\Attribute\Ignore;
5+
use Translation\Extractor\Annotation\Ignore;
66

77
class ConcatenatedStrings
88
{

tests/Resources/Github/Issue_62.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Symfony\Component\Form\AbstractType;
4-
use Translation\Extractor\Attribute\Ignore;
4+
use Translation\Extractor\Annotation\Ignore;
55

66
class EmptyValueType extends AbstractType
77
{

tests/Resources/Php/Symfony/DescriptionType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
use Symfony\Component\Form\AbstractType;
66
use Symfony\Component\Form\Extension\Core\Type\TextType;
77
use Symfony\Component\Form\FormBuilderInterface;
8-
use Translation\Extractor\Attribute\Desc;
8+
use Translation\Extractor\Annotation\Desc;
99

1010
class DescriptionType extends AbstractType
1111
{

tests/Resources/Php/Symfony/ExplicitLabelFalseType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
use Symfony\Component\Form\AbstractType;
4-
use Translation\Extractor\Attribute\Ignore;
4+
use Translation\Extractor\Annotation\Ignore;
55

66
class ExplicitLabelFalseType extends AbstractType
77
{

tests/Resources/Php/Symfony/ExplicitLabelType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
use Translation\Extractor\Attribute\Ignore;
5+
use Translation\Extractor\Annotation\Ignore;
66

77
class ExplicitLabelType
88
{

tests/Resources/Php/Symfony/HelpFormErrorType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\Component\Form\AbstractType;
66
use Symfony\Component\Form\FormBuilderInterface;
7-
use Translation\Extractor\Attribute\Ignore;
7+
use Translation\Extractor\Annotation\Ignore;
88

99
class PlaceholderFormErrorType extends AbstractType
1010
{

tests/Resources/Php/Symfony/PlaceholderFormErrorType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use Symfony\Component\Form\AbstractType;
66
use Symfony\Component\Form\FormBuilderInterface;
7-
use Translation\Extractor\Attribute\Ignore;
7+
use Translation\Extractor\Annotation\Ignore;
88

99
class PlaceholderFormErrorType extends AbstractType
1010
{

tests/Resources/Php/Symfony/SimpleChoiceSymfony3xErrorType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

5-
use Translation\Extractor\Attribute\Ignore;
5+
use Translation\Extractor\Annotation\Ignore;
66

77
class SimpleChoiceSymfony3xErrorType
88
{

0 commit comments

Comments
 (0)