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

Many Rules not working

stepanenko3 opened this issue · comments

  • Pint Version: 1.12.19
  • PHP Version: 8.1.6

Description:

Rules not working:

  • lambda_not_used_import
  • no_useless_else
  • return_assignment
  • explicit_string_variable
  • get_class_to_class_keyword
  • and many other...

Steps To Reproduce:

{
"preset": "laravel",
"rules": {
"lambda_not_used_import": true,
"no_useless_else": true,
"return_assignment": true,
"explicit_string_variable": true,
"get_class_to_class_keyword": true,
}
}