Skip to content

Commit

Permalink
Coding Style definitions have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fulopattila122 committed Sep 8, 2019
1 parent c66dbf0 commit beebbbe
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions .styleci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,45 @@ enabled:
- align_phpdoc
- align_double_arrow
- align_equals
- blank_line_before_return
- cast_spaces
- concat_with_spaces
- lowercase_static_reference
- method_separation
- new_with_braces
- no_blank_lines_after_class_opening
- no_blank_lines_after_phpdoc
- no_blank_lines_after_return
- no_blank_lines_between_imports
- no_blank_lines_between_traits
- no_empty_statement
- no_extra_consecutive_blank_lines
- no_leading_namespace_whitespace
- no_null_property_initialization
- no_unneeded_final_method
- no_unreachable_default_argument_value
- no_unused_imports
- no_useless_else
- no_useless_return
- no_whitespace_before_comma_in_array
- no_whitespace_in_blank_line
- object_operator_without_whitespace
- ordered_class_elements
- php_unit_construct
- php_unit_dedicate_assert
- php_unit_dedicate_assert_internal_type
- php_unit_expectation
- php_unit_no_expectation_annotation
- php_unit_set_up_tear_down_visibility
- phpdoc_link_to_see
- phpdoc_no_package
- phpdoc_order
- property_separation
- return_type_declaration
- short_array_syntax
- short_scalar_cast
- single_blank_line_before_namespace
- space_after_semicolon
- ternary_operator_spaces
- ternary_to_null_coalescing
- yoda_style

0 comments on commit beebbbe

Please sign in to comment.