Skip to content

Intel for PHP loses track of child methods #477

@oktayacikalin

Description

@oktayacikalin
<?php

class A {
    public function a() {return $this;}
    public function b() {return $this;}
}
class B extends A {
    public function a() {return $this;}
    public function c() {return $this;}
}
$b = new B;
# Intel doesn't see c()
$b->b()->c();

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions