Ben Mewburn

Results 193 comments of Ben Mewburn

I saw `Collection|Provenance[]` and assumed it was the same. Your example does not show how `$user` is instantiated. Not enough information is provided to understand the problem.

A reproducible example. You are just copying some bit of code from your project which uses some framework (symfony?) and expecting an answer. Your first example doesn't show how `$user`...

@LeninZapata no, if you are seeing errors on these then it is unrelated. Please open a new ticket and include the settings you are using.

Needs a PR upstream at https://github.com/JetBrains/phpstorm-stubs/blob/master/mysqli/mysqli.php

In your example `FigureInterface` is empty. The purpose of an interface is to enforce a contract. In your example it appears you want to enforce the implementation of a `getParams`...

I understand it's just a example but to continue with it, your code only works with a specific implementation of `FigureInterface`, that is `Square`. This is ok at runtime because...

Have you modified any of the default settings? These definitions are bundled with the extension and controlled with the `intelephense.stubs` setting.

Is this still a problem in 1.4?

I'd like to solve the issue but I need to be able to reproduce it first. @fmp777 can you provide any output tab logs? Or a reproducible example/steps? Did you...

There was an issue with apple M1 previously #1550 . You can also provide your own nodejs runtime with the `intelephense.runtime` setting which is worth trying for M1 users. It's...