Given this snippet: ```php <?php class Foo { public function testFoo() { $this-> } public static function bar() : void {} public function baz() : void {} } ``` Only two methods (`testFoo` and `baz`) are offered for completion. cc @thomasbley