Skip to content

Commit c04bcc2

Browse files
committed
[ci-review] Rector Rectify
1 parent 256004a commit c04bcc2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/Php70/Rector/ClassMethod/Php4ConstructorRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ private function processParentPhp4ConstructCall(StaticCall $staticCall, Scope $s
201201

202202
private function getParentClassName(Class_ $class): ?string
203203
{
204-
if (! $class->extends instanceof \PhpParser\Node) {
204+
if (! $class->extends instanceof Node) {
205205
return null;
206206
}
207207

0 commit comments

Comments
 (0)