Skip to content

Commit f4b1008

Browse files
committed
fix
1 parent aef2e88 commit f4b1008

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

rules-tests/TypeDeclaration/Rector/ClassMethod/KnownMagicClassMethodTypeRector/Fixture/skip_exists_in_parent.php.inc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
namespace Rector\Tests\TypeDeclaration\Rector\ClassMethod\KnownMagicClassMethodTypeRector\Fixture;
44

5-
final class SkipExistsInParent extends ParentClass
5+
use Rector\Tests\TypeDeclaration\Rector\ClassMethod\KnownMagicClassMethodTypeRector\Source\ParentClassWithCall;
6+
7+
final class SkipExistsInParent extends ParentClassWithCall
68
{
79
public function __call($method, $args)
810
{

0 commit comments

Comments
 (0)