public function test1($this){return $this;} public function test2($this){return $this;} public function test3($this){return $this;} public function test4($this){return $this;} public function test5($this){return $this;} public function test6($this){return $this;}
}
$test = New Test(); $test->test1("test") ->test3("test") ->test4("test") ->test5("test") ->test6("test");
Hello,
It is really hard to say anything in particular about this situation without the whole code snippet.
Can you reproduce it within a small sample project? If yes then can you share it?
You can also contact our support team via Help > New Support Request for investigation.
This one gives me an method not found in test6, but if I remove the "extends MainTest" error is gone
They just answered to me, this is the bug,https://youtrack.jetbrains.com/issue/WI-33097