polyfill icon indicating copy to clipboard operation
polyfill copied to clipboard

Compatibility polyfill

Results 16 polyfill issues
Sort by recently updated
recently updated
newest added

This is related to php-ds/extension#92. The interface description is a bit odd; was trying to keep the existing general structure and language.

I just came across an interesting bug I thought you might like. I have a `Set` that is being created using an array like this pseudo code ```php foreach ($users...

Bug

This is kind of a question as well as a feature request. I would like to see the methods `key` and `value` added to the `Pair` class to make it...

The current return type description is confusing, since it implies that an empty `$values` would cause the method to return `false`, when in fact, it would return `true`. The corrected...

There are 4 `testSum` tests, each including the sum of `["a", true, false, null]`. The implementation of `Sum` uses `array_sum`, which throws a warning when values cannot be converted to...

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @​actions/artifact dependency by @​bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...

dependencies