the laravel pint rule that removes all the docblock "prose" from your code is now out.. 🧼 this is an opt-in rule; to enable it, you need to add this to your `pint.json` file: "rules": {"Pint/phpdoc_type_annotations_only": true}
if you don't like this rule, just don't use it..
Back