Asymptix/Framework

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
filter:
  excluded_paths:
    - 'tests/*'
    - '*.tpl.php'

checks:
  php: true

coding_style:
  php:
    spaces:
      around_operators:
        concatenation: false
      other:
        after_type_cast: false