Skip to content

Commit

Permalink
allow equal type
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Feb 23, 2025
1 parent f841c7e commit 2afaa12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Rector\Tests\Php74\Rector\Closure\ClosureToArrowFunctionRector\Fixture

use Illuminate\Support\Collection;

class SkipWithSpecificVarDoc
class SkipWithSpecificVarDocType
{
public function run()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Rector\Tests\Php74\Rector\Closure\ClosureToArrowFunctionRector\Fixture;

class WithEqualVarDoc
class WithEqualVarDocType
{
public function run()
{
Expand All @@ -19,7 +19,7 @@ class WithEqualVarDoc

namespace Rector\Tests\Php74\Rector\Closure\ClosureToArrowFunctionRector\Fixture;

class WithEqualVarDoc
class WithEqualVarDocType
{
public function run()
{
Expand Down

0 comments on commit 2afaa12

Please sign in to comment.