Ion Bazan
Ion Bazan
@davereid-pfg great idea! Seems that Dupal.org is using self-hosted gitlab so it should be quite easy to implement. Can you share a few packages we could add to tests to...
@garak I think this is now ready to go - just the PHPStan errors needs some fixing but most of it doesn't seem to be related to this PR itself.
Unfortunately, this `AdapterInterface` change is mandatory: - `getObjectFromArgs()` was removed because we can rely on `getObject()` on the event itself so the method becomes obsolete - `getChangeSet()` was introduced to...
@garak sorry, I think the issue that this PR was initially trying to fix has been solved in v1.19.1. I will rebase it and simplify the interface changes then.
@barryvdh can you tag a new release including #460?
Perfect, thanks!
I'll look into remaining commands that need testing, since the `packagist.org` repository is now disabled in tests. Are there any plans to host the coverage report somewhere like CodeCov, etc?
@nicolas-grekas Can you provide the steps you've took to generate normalization mapping? Is there any script available to base on? What do you think about commiting the script into the...
@TimWolla how about including `Random\Engine\Mt19937` into the polyfill? It should be possible to implement it using `mt_rand` but seeding the generator will pollute global scope - not sure if that's...
We can also use https://packagist.org/packages/symfony/polyfill-ctype instead.