Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleStyleCI config YAML
preset: laravel

enabled:
  - length_ordered_imports

disabled:
  - alpha_ordered_imports
  - phpdoc_summary

finder:
  exclude:
    - public
    - public-ccc
    - vendors
  not-name:
    - "*.blade.php"

...