Arnaud Le Blanc

Results 31 issues of Arnaud Le Blanc

Purl tries to parse fragments, but does not check for errors. When it happens, the fragment is completely missing from the stringified URL: ``` $url = new Url('http://example.com/#hello:123'); echo (string)...

OpenID Consumers can request informations about the user; some of which are optional. We should allow the user to opt-out from sending some of the optional fields.

Authentication for the second time to the same realm should be authorized without asking the user.

phpstan-doctrine is a PHPStan plugin for Doctrine ORM. Among other things, it can analyse and infer the type of DQL queries statically. There are a few examples on the README:...

The HTTP transport will always return `["error" => "", "code" => 0]` in case of network error. This makes debugging difficult. At line 207 below, we check if $response is...

Hi When doing a lot of requests with the same Client instance, the php process consumes a lot of memory over time. I have php processes consuming 5GB right now....

# Feature request If we have some types like ``` @phpstan-type Pizza array{type: 'pizza', toppings: Topping[]} @phpstan-type Pasta array{type: 'pasta', salsa: Salsa} @phpstan-type Meal Pizza|Pasta ``` PHPStan could be able...

feature-request

# Bug report When implementing an interface method whose return type is generic, we can override the return type in an incompatible way. ### Code snippet that reproduces the problem...

feature-request