seatplus/eveapi

View on GitHub
.styleci.yml

Summary

Maintainability
Test Coverage
preset: laravel

version: 8

risky: false

enabled:
  - concat_with_spaces
  - no_empty_comment

disabled:
  - phpdoc_no_package
  - concat_without_spaces
  - no_blank_lines_after_class_opening
  - no_blank_lines_after_throw

finder:
  exclude:
    - "tests"
  name:
    - "*.php"