build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - command: 'vendor/bin/phpunit --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'clover' environment: node: version: 6.0.0 tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: use_tabs: true size: 4 switch: indent_case: true spaces: general: linefeed_character: return-newline before_parentheses: function_declaration: true closure_definition: true function_call: true if: true for: true while: true switch: true catch: true array_initializer: true around_operators: assignment: true logical: true equality: true relational: true bitwise: true additive: true multiplicative: true shift: true unary_additive: false concatenation: true negation: false before_left_brace: class: true function: true if: true else: true for: true while: true do: true switch: true try: true catch: true finally: true before_keywords: else: true while: true catch: true finally: true within: brackets: true array_initializer: true grouping: true function_call: true function_declaration: true if: true for: true while: true switch: true catch: true type_cast: true ternary_operator: before_condition: true after_condition: true before_alternative: true after_alternative: true in_short_version: true other: before_comma: false after_comma: true before_semicolon: false after_semicolon: true after_type_cast: true braces: classes_functions: class: new-line function: new-line closure: new-line if: opening: new-line always: true else_on_new_line: true for: opening: new-line always: true while: opening: new-line always: true do_while: opening: new-line always: true while_on_new_line: true switch: opening: new-line try: opening: new-line catch_on_new_line: true finally_on_new_line: true upper_lower_casing: keywords: general: undefined constants: true_false_null: undefined
build: nodes: analysis: project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true - command: 'vendor/bin/phpunit --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'clover' environment: node: version: 6.0.0 tests: true filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: indentation: general: use_tabs: true size: 4 switch: indent_case: true spaces: general: linefeed_character: return-newline before_parentheses: function_declaration: true closure_definition: true function_call: true if: true for: true while: true switch: true catch: true array_initializer: true around_operators: assignment: true logical: true equality: true relational: true bitwise: true additive: true multiplicative: true shift: true unary_additive: false concatenation: true negation: false before_left_brace: class: true function: true if: true else: true for: true while: true do: true switch: true try: true catch: true finally: true before_keywords: else: true while: true catch: true finally: true within: brackets: true array_initializer: true grouping: true function_call: true function_declaration: true if: true for: true while: true switch: true catch: true type_cast: true ternary_operator: before_condition: true after_condition: true before_alternative: true after_alternative: true in_short_version: true other: before_comma: false after_comma: true before_semicolon: false after_semicolon: true after_type_cast: true braces: classes_functions: class: new-line function: new-line closure: new-line if: opening: new-line always: true else_on_new_line: true for: opening: new-line always: true while: opening: new-line always: true do_while: opening: new-line always: true while_on_new_line: true switch: opening: new-line try: opening: new-line catch_on_new_line: true finally_on_new_line: true upper_lower_casing: keywords: general: undefined constants: true_false_null: undefined