Emanuele Coppola
Emanuele Coppola
This commit let us use files with LF line endings on Windows detecting the files line endings.
## Summary Enable the recognition of attributes without any return type in the declared closures. The following example was not recognized before: ```php protected function attributeWithoutReturnTypes(): Attribute { return new...
I'm having some issues with a newer curl version (PHP 8.1 and CURL 7.81.0 on Linux) It seems like it's using HTTP2 by default, so it doesn't work with your...