build: nodes: analysis: tests: override: - php-scrutinizer-run filter: excluded_paths: - 'src/cli/Database/Base/*' - 'src/cli/Database/Map/*' - 'migrations/*' checks: php: true coding_style: php: indentation: general: use_tabs: true braces: if: always: false else_on_new_line: true for: always: false while: always: false try: opening: new-line catch_on_new_line: true finally_on_new_line: true
filter: excluded_paths: - 'src/cli/Database/Base/*' - 'src/cli/Database/Map/*' - 'migrations/*' checks: php: true coding_style: php: indentation: general: use_tabs: true braces: if: always: false else_on_new_line: true for: always: false while: always: false try: opening: new-line catch_on_new_line: true finally_on_new_line: true