Jesus Valera Reales
Jesus Valera Reales
## ๐ Description Since PHP 8.0, it's possible to add `trailing comma` for multiline arrays, arguments, parameters and closures ([RFCยน](https://wiki.php.net/rfc/trailing_comma_in_parameter_list) & [RFCยฒ](https://wiki.php.net/rfc/trailing_comma_in_closure_use_list)). It's also possible to add the [rule](https://mlocati.github.io/php-cs-fixer-configurator/#version:3.9|fixer:trailing_comma_in_multiline) on...
## ๐ Description There are more than [370 files in Github](https://github.com/search?q=path%3A*.phel&type=code) using the `.phel` extension. Some remarkable projects: - https://phel-lang.org/documentation/in-the-wild/#projects Plugins for different applications - IntelliJ IDEA: https://github.com/phel-lang/phel-intellij-plugin โ [Marketplace](https://plugins.jetbrains.com/plugin/28459-phel-lang/)...
> ๐จ Related https://github.com/gacela-project/gacela/issues/289 ## ๐ Description Windows CI in `GitHub Actions` is not working, this branch will be used to investigate why and try to solve it.
Related to https://github.com/gacela-project/gacela/issues/202 --- The PHPUnit tests on a Windows machine work.  But if we add to the CI [`windows-platform`](https://github.com/gacela-project/gacela/blob/main/.github/workflows/tests.yml#L23), then the `GitHub Actions` fails for some reason... I...
## ๐ Description Remove banners from index's bottom page
## ๐ Description Implements multiple versions to bashunit. This will help the users to see which specific functionalities are available on the specific version they are using. I am using...
## ๐ Description Remove contradictory statements from some sections of the document. ๐๐ผ https://github.com/php-fig/per-coding-style/pull/93#discussion_r1802870671 > Thanks @TimWolla for spotting the error :octocat: