build: image: default-bionic environment: php: 8.1.2 nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run --standard=tests/coding_standard.xml use_website_config: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: additive: false multiplicative: false