paygo-dev/paygo-sdk-php

View on GitHub
.scrutinizer.yml

Summary

Maintainability
Test Coverage
filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            before_keywords:
                else: false
                catch: false
            within:
                brackets: true