Samuele Lilli
Samuele Lilli
Reading https://symfony.com/doc/current/form/events.html#c-the-formevents-post-submit-event, even if it's true that's clearly stated > It can be used to fetch data after denormalization. it is, correctly, just an advice. No one prevents the user...
I think that we should normalize the value to empty string if `null` is passed. If you need a working example, I'll provide it in the week end but it...
Hello everybody, in order to fulfill point 5 of https://github.com/APY/APYDataGridBundle/pull/877#issuecomment-267813654 I've started a [brand new branch ](https://github.com/APY/APYDataGridBundle/tree/test-improvement) (from [`symfony3` one](https://github.com/APY/APYDataGridBundle/tree/symfony3)) that will contain all commits for missing tests. You are...
### Bug report Hi, i think the following is a bug https://phpstan.org/r/3852d3d0-5965-4945-be76-012889331d21 as key `4` is not defined. I would like to point out that if no (partial) match is...
Fixed a wrong link for Mink
As per title. This helps static analysis tools like PHPStan and PSalm to not complain about "Boolean"
Check https://github.com/stevenmaguire/oauth2-microsoft/pull/10
### Bug report Hi, thanks for the great tool. Looking at attached snippet you can observe a wrong type inferred to a variable populated after `array_shift` which, normally, can be...