build: environment: php: 8.1.2 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true filter: excluded_paths: - 'tests/*' checks: php: overriding_parameter: false excluded_dependencies: - phpcompatibility/php-compatibility - phpunit/phpunit coding_style: php: spaces: around_operators: bitwise: false concatenation: true