Skip to content

Commit 8d107b5

Browse files
author
Philipp Lohmann
committed
Update files
1 parent a7c5577 commit 8d107b5

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

tests/E2E/PHPUnit/CheckAttributeDependencyTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace Arkitect\Tests\E2E\PHPUnit;
66

77
use Arkitect\ClassSet;
8-
use Arkitect\Expression\ForClasses\Implement;
98
use Arkitect\Expression\ForClasses\NotDependsOnTheseNamespaces;
109
use Arkitect\Expression\ForClasses\ResideInOneOfTheseNamespaces;
1110
use Arkitect\Rules\Rule;

tests/E2E/_fixtures/attributes/Foo.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44

55
namespace App\Service;
66

7-
use App\Service\Valid\Attr as ValidAttr;
87
use App\Service\Invalid\Attr as InvalidAttr;
8+
use App\Service\Valid\Attr as ValidAttr;
99

1010
#[ValidAttr, InvalidAttr]
1111
class Foo
1212
{
13-
1413
}

tests/E2E/_fixtures/attributes/Invalid/Attr.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
#[Attribute]
1010
class Attr
1111
{
12-
1312
}

tests/E2E/_fixtures/attributes/Valid/Attr.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@
99
#[Attribute]
1010
class Attr
1111
{
12-
1312
}

0 commit comments

Comments
 (0)