Ben Mewburn

Results 153 comments of Ben Mewburn

It sounds like you may have disabled the built in PHP Language Basics extension that provides syntax colouring. This should be kept enabled and PHP Language Features disabled instead. Please...

Providing framework specific solutions is out of scope for this project. You can solve this by adding `@property` annotations to your controller. ```php /** @property Blog $Blog */ class BlogController...

Closing as out of scope. It is not feasible to provide the level of analysis needed to solve this edge case.

@momala454 I think this again falls into the edge case category that is very low priority. However, I did remember just now that there is an existing way to better...

closing please open a new issue if still a problem with 1.9.x

In intelephense 1.9 the error will be removed when targeting php version < 8.1. It remains for 8.1+ as php will throw deprecation notices https://wiki.php.net/rfc/internal_method_return_types .

There are no plans to bundle phalcon stubs. They can be installed via composer as a dev dependency `composer require --dev phalcon/ide-stubs` or downloaded from https://github.com/phalcon/ide-stubs to a common location...

Is this still a problem with 1.9.3? Please open a new ticket if so.

closing, if still a problem in 1.9 please open a new issue with steps to repro