I've just made my first pull request to the core of PHP: support for multi-line arrow functions! π₯³
Of course, this pull request will be followed by an RFC in the next couple of days. ππ»
Pull request: github.com/php/php-src/pull/β¦. π
Infinite amount more respect to the other folks out there doing their best to make cool things (with all their inevitable flaws) and share them with the world than the people who spend their energy needlessly tearing down others over work they are completely free to ignore.
For my GraphQL talk at @LaraconEU tomorrow I've prepared a repo which contains the code that I'll use in the talk. If you want to follow along with it you can find it here: github.com/driesvints/graphqβ¦#LaraconEU
Trying out parallel testing feature on Orchestra Testbench. Using laravel/framework integration tests, parallel tests require just 5-6 seconds to complete while normal tests run around 35 seconds.
Awesome work by @enunomaduro