filter: excluded_paths: - 'tests/' dependency_paths: - 'vendor/' checks: php: simplify_boolean_return: true return_doc_comments: true remove_extra_empty_lines: true properties_in_camelcaps: true phpunit_assertions: true parameter_doc_comments: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: false order_alphabetically: true coding_style: php: spaces: around_operators: concatenation: true build: environment: php: '7.1' nodes: tests: true analysis: tests: override: - command: 'vendor/bin/phpunit --coverage-clover="coverage"' coverage: file: coverage format: clover - command: phpcs-run use_website_config: true - php-scrutinizer-run