Oliver Klee
Oliver Klee
I've found this with the help of Psalm. Should it be `string[]` or `string[][]`? And if it is a `string[][]`, why does `CsvResponse::parseCsv` pass in a `string`, not a `string[]`?
Currently, `Request::send` can return either a `ZipResponse` or a `CsvResponse` (depending on the MIME type of the HTTP response). Both Response classes share the same interface `ResponseInterface`. However, this interface...
We should have a Composer script that automatically updates the UML diagram in the README according to the class structure in `Classes/`.
https://github.com/MyIntervals/PHP-CSS-Parser/issues/510#issuecomment-1972622917
https://github.com/MyIntervals/PHP-CSS-Parser/issues/510#issuecomment-1972628778 Expanding and creating the shorthand notation is out of scope for this library. So we should remove the functionality, make all the corresponding methods a no-op and mark them...
String values had not been allowed for rules, and should not be. (Passing string values was a bug in the Emogrifier library.) @see https://github.com/MyIntervals/emogrifier/pull/1144 This reverts commit 67a6e95f8ad2c9c3d8d745f1943eda8da81383a4.
This will help us reduce some overlong type annotations in `CSSList`.
This will help us reduce some overlong type annotations in `CSSList`.