Skip to content

Commit 5084ada

Browse files
samsonasikpaulbalandan
authored andcommitted
cs fix
1 parent f412df0 commit 5084ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/Rector/UnderscoreToCamelCaseVariableNameRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
use Rector\Core\Php\ReservedKeywordAnalyzer;
1414
use Rector\Core\Rector\AbstractRector;
1515
use Rector\Core\RectorDefinition\CodeSample;
16-
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1716
use Rector\Core\Util\StaticRectorStrings;
1817
use Rector\NodeTypeResolver\Node\AttributeKey;
18+
use Symplify\RuleDocGenerator\ValueObject\RuleDefinition;
1919

2020
/**
2121
* Adapted from https://github.com/rectorphp/rector/blob/4578e6d8490c1acfbf59bb17c4537a672fa77193/rules/naming/src/Rector/Variable/UnderscoreToCamelCaseVariableNameRector.php

0 commit comments

Comments
 (0)