Skip to content

Commit

Permalink
Fix duplicated fixture class name on StaticToSelfStaticMethodCallOnFi…
Browse files Browse the repository at this point in the history
…nalClassRector test (#5679)
  • Loading branch information
samsonasik committed Mar 3, 2024
1 parent c9fe3ca commit ce70534
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -2,7 +2,7 @@

namespace Rector\Tests\CodeQuality\Rector\Class_\StaticToSelfStaticMethodCallOnFinalClassRector\Fixture;

final class CallStatically
final class SkipAlreadySelf
{
public function execute()
{
Expand Down

0 comments on commit ce70534

Please sign in to comment.