Skip to content

Inherited methods should contain inherits section for the method __toString #55

Open
@lisachenko

Description

@lisachenko

Here is a difference that exists now for inherited methods. Unfortunately, there isn't easy way to solve this issue right now, because we need to always use our custom reflection classes to wrap original reflection instances with decorator.

https://3v4l.org/HOSpR

abstract class ImplicitAbstractClass
{
    abstract function test();
}

abstract class SimpleAbstractInheritance extends ImplicitAbstractClass
{
}
Original: Method [ <user, inherits ImplicitAbstractClass> abstract public method test ] { 
  @@ /in/HOSpR 8 - 8
}
Parsed: Method [ <user> abstract public method test ] {
  @@ /in/HOSpR 8 - 8
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions