Pierre

Results 25 issues of Pierre

I am using this API in an environment with OpenAM as client, and experience a blocking issue: when your API sends the redirect response, it sends back as code a...

Improvement Idea

Hello, I have a minor problem, when you look at this code: ``` php public function enableGrantType(GrantTypeInterface $grantType, DateInterval $accessTokenTTL = null) { /* REMOVED CODE */ $this->enabledGrantTypes[$grantType->getIdentifier()] = $grantType;...

Bug

Hello, Is there any plans/planned date for supporting PHP 8 ? Best regards, and thank you for all the hard work.

enhancement

Hello, I was attempting to setup Eclipse for contributing to PDT (long time I wrote Java, but hey, never too late to get back at it). I followed the guide...

enhancement

Hello ! Since 2020-03 and then still present in 2020-06 when I write a closure using short arrow syntax (PHP >= 7.4), closure arguments raise a `Variable {$foo} is undefined`...

bug

It always bothered me, and I never took the time to write an issue for this, but whenever I use the "Find references" feature over a class or interface, it...

bug

"Build project" option from Eclipse doesn't really make sense for most PHP projects. And when we trigger it, the operation is blocking and prevent using the IDE until it finishes....

enhancement

I don't know from when it happens, as far as I know I always known that bug. When I open the quick type search using CTRL+Shift+T and paste a type...

bug

For example, let's see the following methods: ```php class Foo { public function hello() { echo "Hello !"; }; } class Collection { /** @var Foo[] */ private array $data...

enhancement

I have the following interface: ```php interface Dispatcher { public function dispatch($message, array $properties = []): void; public function process($message, array $properties = [], bool $withTransaction = true): void; }...

enhancement