Fixture class name fix (#2360)

This commit is contained in:
Abdul Malik Ikhsan 2022-05-25 14:35:48 +07:00 committed by GitHub
parent 9c6b3d708c
commit 5d0138dcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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