NeroReflex/Gishiki

View on GitHub
.styleci.yml

Summary

Maintainability
Test Coverage
preset: psr2

risky: false

#enabled:
#  - short_array_syntax
#  - strict
#  - unalign_double_arrow

#disabled:
#  - align_double_arrow
#  - long_array_syntax

finder:
  exclude:
    - "tests"
    - "vendor"
  name:
    - "*.php"
  not-name:
    - "*Stub.php"