Skip to content

Commit

Permalink
[automated] Apply Coding Standard (#6011)
Browse files Browse the repository at this point in the history
Co-authored-by: TomasVotruba <924196+TomasVotruba@users.noreply.github.com>
  • Loading branch information
TomasVotruba and TomasVotruba committed Jun 23, 2024
1 parent cc15e20 commit 5843efd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

declare(strict_types=1);
use Rector\Renaming\ValueObject\RenameAttribute;

use Rector\Config\RectorConfig;
use Rector\Renaming\Rector\Class_\RenameAttributeRector;
use Rector\Renaming\ValueObject\RenameAttribute;

return static function (RectorConfig $rectorConfig): void {
$rectorConfig
Expand Down

0 comments on commit 5843efd

Please sign in to comment.