Vincent Langlet

Results 794 comments of Vincent Langlet

> `echo $a->hello ?? 'hello';` should not report an error, even with strict rules on. Then, what is the purpose of the `checkDynamicProperties` config ? Because: - It's the only...

Maybe something like https://phpstan.org/r/08c43302-d4ce-40f1-8099-a548ae2855b9 would be an ok solution. But this would require - The syntax `Template~null` to be parsed in PHPdoc - The tag `phpstan-self-out-if true Also, it's technically...

> @fmata Thanks for your contribution! Hi @shakaran, I thought this bundle was abandoned but I'm happy to see it getting new activity. Do you know - If new releases...

Hi @mtarld, seems like you're the one who wrote the `OAuth2Authenticator` in https://github.com/thephpleague/oauth2-server-bundle/pull/24 maybe you could help me on the choice to send ``` new Response('', 401, ['WWW-Authenticate' => 'Bearer']);...

Related to https://github.com/sonata-project/SonataAdminBundle/releases/tag/4.36.0 so it must be one of @onEXHovia JS migration PR.

> Is there anything left to do? This blocks symfony 7 updates :( Friendly ping @nicolas-grekas maybe (?)

Can u add screenshot before/after ? Thanks

I think such PR can be done in 4.x - If there is no BC break in PHP. - If we get the same behavior in js. I'm not sure...

Feel free to provide a PR (with a test) and I wont see a reason to refuse it

> I just did the necessary groundwork for StrictComparisonOfDifferentTypesRule: [phpstan/[email protected]](https://github.com/phpstan/phpstan-src/compare/6ac62d3b00f64e72c02b7aa477e425e90f46fa65...dc5d8f4d3eef18b1d80b8ffb3a1adfe8de6d7268) > > ImpossibleCheckTypeHelper could be made to also return reasons alongside `false` in order to solve this. `ImpossibleCheckTypeHelper::findSpecifiedType` is returning...