Skip to content
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.

Fix to 3.1.0 of CS Fixer, add new rules

Compare
Choose a tag to compare
@weshooper weshooper released this 09 Sep 10:23
· 75 commits to master since this release
475731e

New https://github.com/FriendsOfPHP/PHP-CS-Fixer rules enabled:

  • declare_parentheses
  • no_trailing_whitespace_in_string
  • nullable_type_declaration_for_default_null_value
  • php_unit_test_case_static_method_calls
  • phpdoc_tag_casing
  • phpdoc_line_span
  • strict_param
  • string_line_ending
  • ternary_to_elvis_operator