laravel / pint

Laravel Pint is an opinionated PHP code style fixer for minimalists.

Home Page:https://laravel.com/docs/pint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use PHP-CS-Fixer 3.14.x instead of 3.13.1

FrittenKeeZ opened this issue · comments

This version has much expected fixes to binary_operator_spaces and improved handling of PHPDoc for \Closure
https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/releases/tag/v3.14.0

Thanks, I've sent in a PR to bump it: #143