Emmanuel Guiton

Results 7 comments of Emmanuel Guiton

> You can try https://packagist.org/packages/bamarni/composer-bin-plugin and put Psalm into a scoped bin. @ChristophWurst I don't see how it could work since the project dependencies are autoloaded by Psalm... Any tip...

@danog Should we close this issue ? Ca we reference any commit / any release from this issue ?

Note that the result is the same when I use the `streamnative/sn-pulsar:2.10.3.6` image instead of building a custom image with only the AoP plugin. ``` 2023-03-27T15:22:35,177+0000 [main] ERROR org.apache.pulsar.broker.PulsarService -...

Well, I finally noticed that the `io.streamnative.pulsar.handlers.amqp.authentication.AuthenticationProviderBasic` class does not exist in version 2.10.x . So my second comment is pointless.

Same here (Psalm 6.13.0) : ``` -use My\App\Config\Config; +ufinal se My\App\Config\Config; ``` ``` -

I think we should not consider that using `print_r` function with `$result=true` is always safe. It depends on what we do with the result. `echo print_r($_GET, true);` could be as...

With Psalm 6.13.* and PHP 8.4.*, the issue still exists but the symptoms have changed. ``` $ ./vendor/bin/psalm --init Calculating best config level based on project files PHP Warning: Constant...