Nicolas Reynis

Results 26 comments of Nicolas Reynis

> The ParameterBag is documented as having string keys. See also @implements \IteratorAggregate in the same stub. Which is also incorrect. It would be more accurate to use `\IteratorAggregate`. While...

Yes, if I cannot ensure the keys will be strings I do not typehint them as strings. This PHP behaviour is unfortunate but we have to deal with the language...

I also have the exact same problem. Connecting with the mysql driver works, but not with mariaDB. I have tested on the latest version on Windows and also on MacOS....

This does not work for me. @masgo can you reopen the issue? That option was not overridden, I explicitly set it to true anyway. Here is the tcp config if...

This must be something specific to the MariaDB connector implementation. The exact same database works with the MySQL connector (minus MariaDB exclusive features). Also as I said I reproduce on...

I tested and removing `@internal` from `ExpectationFailedException` is enough to make PHPStan happy.