filter: excluded_paths: - 'bin/*' - 'test/*' checks: php: simplify_boolean_return: true coding_style: php: spaces: around_operators: concatenation: true build: environment: php: '8.1' tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' nodes: analysis: tests: override: - php-scrutinizer-run tests: environment: php: ini: "xdebug.mode": coverage