checks: php: code_rating: true duplication: true build: image: default-bionic environment: php: 8.3.0 mysql: true nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run tools: php_analyzer: enabled: true config: checkstyle: enabled: true naming: isser_method_name: ^.*$ utility_class_name: ^.*$ doc_comment_fixes: enabled: false reflection_fixes: enabled: false use_statement_fixes: enabled: false simplify_boolean_return: enabled: true external_code_coverage: false php_code_coverage: false php_changetracking: true php_cpd: true php_cs_fixer: false php_mess_detector: true php_pdepend: true sensiolabs_security_checker: true filter: excluded_paths: - 'tests/*' - 'src/Collection.php' coding_style: php: spaces: around_operators: additive: false