Skip to content

Commit 9a01f97

Browse files
committed
fix extra annotation
1 parent 50db3cb commit 9a01f97

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

rules-tests/Php80/Rector/Class_/AnnotationToAttributeRector/Fixture/Behat/missed_slashes.php.inc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace Rector\Tests\Php80\Rector\Class_\AnnotationToAttributeRector\Fixture\Behat;
44

5-
use Behat\Step\Then;
6-
75
final class MissedSlashes
86
{
97
/**
@@ -20,8 +18,6 @@ final class MissedSlashes
2018

2119
namespace Rector\Tests\Php80\Rector\Class_\AnnotationToAttributeRector\Fixture\Behat;
2220

23-
use Behat\Step\Then;
24-
2521
final class MissedSlashes
2622
{
2723
#[\Behat\Step\Then('some message')]

src/PhpParser/Printer/BetterStandardPrinter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
use PhpParser\Internal\TokenStream;
1010
use PhpParser\Node;
1111
use PhpParser\Node\Arg;
12-
use PhpParser\Node\AttributeGroup;
1312
use PhpParser\Node\Expr;
1413
use PhpParser\Node\Expr\Array_;
1514
use PhpParser\Node\Expr\ArrowFunction;

0 commit comments

Comments
 (0)