Ben Mewburn

Results 193 comments of Ben Mewburn

No, this is not possible currently.

> but I'm not sure about the license key, eg. Go To Declaration doesn't seem to work. Thanks @cdaguerre , I'll take a closer look. It could be key is...

I think you are probably using the phpunit phar package. Unfortunately, phar packages are not currently supported. If you are already using composer then you can get the full phpunit...

I'll look into turning this off inside traits considering traits cannot have constants

As I understand it Psalm and Phan use: ``` callable(Type1, OptionalType2=, ...SpreadType3):ReturnType ``` with `Closure` also allowed in place of `callable`. PHPStan seems to have something similar but allows parameter...

Another way to implement this could be via existing `@method` syntax to give the parameter a local type name. ```php /** * @method Foo MyCallableType(int $a, string $b) description... *...

What value do you have set for `intelephense.environment.phpVersion` ?

What type does the `rule` method return?

Closing, can be configured as above. Defaulting to more appropriate folders tracked in #1866