Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#5365)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <TomasVotruba@users.noreply.github.com>
  • Loading branch information
TomasVotruba and TomasVotruba committed Dec 17, 2023
1 parent 120e0cc commit 1dcebfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -85,7 +85,7 @@ public function run()
[
'ClassName',
'AnotherClassName',
StringClassNameToClassConstantRector::SHOULD_KEEP_PRE_SLASH => false,
StringClassNameToClassConstantRector::SHOULD_KEEP_PRE_SLASH => false,
],
),
]);
Expand Down
Expand Up @@ -4,11 +4,11 @@

namespace Rector\Transform\Rector\Attribute;

use PhpParser\Node\Arg;
use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node;
use PhpParser\Node\Arg;
use PhpParser\Node\AttributeGroup;
use PhpParser\Node\Expr\ArrowFunction;
use PhpParser\Node\Expr\ClassConstFetch;
use PhpParser\Node\Expr\Closure;
use PhpParser\Node\Identifier;
use PhpParser\Node\Param;
Expand Down

0 comments on commit 1dcebfe

Please sign in to comment.