build: image: default-bionic environment: php: version: "8.2" project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run --standard=phpcs.xml src/ checks: php: true filter: dependency_paths: - "vendor/"
build: cache: disabled: true image: default-bionic environment: php: version: 8.2 project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run --standard=phpcs.xml src/ checks: php: true coding_style: php: spaces: general: linefeed_character: return-newline before_parentheses: closure_definition: true around_operators: concatenation: true filter: dependency_paths: - "vendor/"