==============================
Rule set ``@PhpCsFixer:risky``
==============================

Rule set as used by the PHP-CS-Fixer development team, highly opinionated. This set contains rules that are risky.

Rules
-----

- `@Symfony:risky <./SymfonyRisky.rst>`_
- `comment_to_phpdoc <./../rules/comment/comment_to_phpdoc.rst>`_
- `final_internal_class <./../rules/class_notation/final_internal_class.rst>`_
- `logical_operators <./../rules/operator/logical_operators.rst>`_
- `no_alias_functions <./../rules/alias/no_alias_functions.rst>`_
  config:
  ``['sets' => ['@all']]``
- `no_unreachable_default_argument_value <./../rules/function_notation/no_unreachable_default_argument_value.rst>`_
- `no_unset_on_property <./../rules/language_construct/no_unset_on_property.rst>`_
- `php_unit_set_up_tear_down_visibility <./../rules/php_unit/php_unit_set_up_tear_down_visibility.rst>`_
- `php_unit_strict <./../rules/php_unit/php_unit_strict.rst>`_
- `php_unit_test_annotation <./../rules/php_unit/php_unit_test_annotation.rst>`_
- `php_unit_test_case_static_method_calls <./../rules/php_unit/php_unit_test_case_static_method_calls.rst>`_
- `strict_comparison <./../rules/strict/strict_comparison.rst>`_
- `strict_param <./../rules/strict/strict_param.rst>`_
- `string_line_ending <./../rules/string_notation/string_line_ending.rst>`_
