JakeQZ
JakeQZ
`` is the official name of this property: - https://developer.mozilla.org/en-US/docs/Web/CSS/length; - https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb.
We probably need to add in the contributing guidelines that PHP >= 7.4 is needed for some of the dev tools (PHPStan as well as Composer-Normalize, possibly others), though the...
> This is some bug related to levels. There's no error on level 9. Maybe level 10 includes an additional check that callback functions are compatibly-typed, and the type definition...
> the type definition assumed for the internal `preg_replace_callback` is not precise enough. I think it's because it's assuming `callable(array)`, so `callable(array)` isn't compatible. The type for the `$callback` parameter...
> Unit tests are happy. Have you had a chance to review changes between 8 and 9? I haven't yet done so to see if there are any breaking changes...
Apologies for the delayed reply; I only just found this when looking through open issues. > I will need your input for colors that include variables such as: > >...
> I think the syntax used will have to be recorded at parsing time, and if there's a `var()` covering more than one component, then only that syntax can be...
> In any case, the results of static code analysis might vary depending on the version of PHP that is used to run the tests (even though it would be...
It would be nice if the diagram had fewer criss-crossing paths. AI should be good at that, but seems to be vastly overrated :/
https://github.com/actions/runner/issues/2347 has some relevant but rather too much discussion. There might a needle in a haystack in there.