Christophe Coevoet

Results 449 issues of Christophe Coevoet

All replacements get reported as `Invalid path` in the debug output. I suspect that the resolver tries to check the existence of the target file. When replacing in a declaration...

#### The PHP version you are using (`$ php -v`): => 7.2.7 #### PHP CS Fixer version you are using (`$ php-cs-fixer -V`): => 2.12.1 #### The command you use...

kind/feature request
topic/I/O
topic/core

PHPUnit 8 has added `void` return types on `setUp` and `tearDown`.

status/to verify
kind/feature request
kind/rfc
contribution welcome
topic/phpunit

In CSS, `:has()` supports a relative selector list. But the implementation in this library supports only a single relative selector, not a list, making `:has(a, b)` unsupported.

The parsing for `:is` and `:where` currently implements parsing a list of compound selectors while CSS supports any selector lists, i.e. lists of complex selectors. Side note: the naming is...

enhancement
CSS Selectors Level 4

The nodes implemented in the parser don't represent `:is()` and `:where()` but `:is()` and `:where()`. The computation of the specificity loses the specificity of ``. Note: I discovered that mistake...

bug
CSS Selectors Level 4

Unlike the NullAdapter, this adapter is always empty instead of allowing it to paginate an array of null values. Thanks to that, its generic type can fullfil types like `AdapterInterface`...

When reading a time cell in an ODS file, a `DateIntervalCell` is used. When reading a XLSX file, a `DateTimeCell` is used (and I don't know which date it has)....

Do you want to request a *feature* or report a *bug*? ----------------------------------------------------- If bug, first try running `heroku update` and setting `DEBUG=*` to see extra debug information. What is the...

on-call reviewed