checks: php: fix_php_opening_tag: true remove_php_closing_tag: true no_mixed_inline_html: false require_braces_around_control_structures: true psr2_control_structure_declaration: false avoid_superglobals: false security_vulnerabilities: false no_exit: false filter: excluded_paths: - "tests/" - "tests-src/" coding_style: php: indentation: general: size: 2 build: nodes: tests: true analysis: tests: override: - php-scrutinizer-run