Christophe Coevoet
Christophe Coevoet
Relying on the default connection charset caused issues in the past as this can lead to surprising behavior. I suggest you to also open a feature request to the RDS...
I'm -1 on this. Factories should expose configuration settings for the settings they need. Merging the whole MinkExtension config with the driver config is totally unclean (and it could even...
our `Locale` polyfill in `symfony/polyfill-intl-icu` should also support `Locale::isRightToLeft` to support the case of projects requiring PHP 8.5+ but making ext-intl optional thanks to the polyfill (copying the same implementation...
We should also add a `@final since 3.28.0` phpdoc tag on them in a 3.28.0 release (exact version to be adjusted based on what the next 3.x minor version will...
The deprecation of `imagedestroy` has been fixed in https://github.com/minkphp/driver-testsuite/pull/107. The deprecation of `curl_close` will be fixed once https://github.com/instaclick/php-webdriver/pull/141 is merged and released.
@brettz9 the advantage of `@import` though is that it works for importing a generic type.
`php-ext` is intentionally not documented there because it must only be used for PHP extensions, not for userland packages, so this is documented in the PIE documentation instead (as extension...
for the others, do you want to send a PR documenting them ?
From a quick look, it seems like the constructor signatures have changed for a bunch of classes (the ones dealing with a clock for instance), because of changing the order...
you are not loading it in strict mode. You are loading it as a module. But the JS file shipped in that package (in `dist`) is **not** an ES module....