Skip to content

Commit

Permalink
Fixture class name fix (#2360)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed May 25, 2022
1 parent 9c6b3d7 commit 5d0138d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\AddArrayReturnDocTypeR

use Rector\Tests\TypeDeclaration\Rector\ClassMethod\AddArrayReturnDocTypeRector\Source\ParentClassWithDefinedReturnSecond;

class SkipCurlyInheritDoc extends ParentClassWithDefinedReturnSecond
class SkipInheritDoc extends ParentClassWithDefinedReturnSecond
{
/**
* @inheritdoc
Expand Down

0 comments on commit 5d0138d

Please sign in to comment.