Skip to content

Commit

Permalink
Removed unused method ClassChildAnalyzer-> hasParentClassMethod() (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
staabm authored Dec 16, 2024
1 parent f6fa834 commit 8017dac
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/FamilyTree/NodeAnalyzer/ClassChildAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@

final readonly class ClassChildAnalyzer
{
public function hasParentClassMethod(ClassReflection $classReflection, string $methodName): bool
{
return $this->resolveParentClassMethods($classReflection, $methodName) !== [];
}

/**
* Look both parent class and interface, yes, all PHP interface methods are abstract
*/
Expand Down

0 comments on commit 8017dac

Please sign in to comment.