Skip to content

Commit aef2e88

Browse files
committed
fix
1 parent 4325c25 commit aef2e88

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@ final class SkipExistsInParent extends ParentClass
88
{
99
}
1010
}
11-
12-
?>

rules-tests/TypeDeclaration/Rector/ClassMethod/KnownMagicClassMethodTypeRector/Source/ParentClassWithCall.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ abstract class ParentClassWithCall
99
public function __call($method, $args)
1010
{
1111
}
12-
}
12+
}

0 commit comments

Comments
 (0)