|
@@ -50,10 +50,9 @@ Example #1
|
|
Rule sets
|
|
Rule sets
|
|
---------
|
|
---------
|
|
|
|
|
|
-The rule is part of the following rule sets:
|
|
|
|
|
|
+The rule is part of the following rule set:
|
|
|
|
|
|
@PHPUnit75Migration:risky
|
|
@PHPUnit75Migration:risky
|
|
- Using the `@PHPUnit75Migration:risky <./../../ruleSets/PHPUnit75MigrationRisky.rst>`_ rule set will enable the ``php_unit_dedicate_assert_internal_type`` rule with the default config.
|
|
|
|
|
|
+ Using the `@PHPUnit75Migration:risky <./../../ruleSets/PHPUnit75MigrationRisky.rst>`_ rule set will enable the ``php_unit_dedicate_assert_internal_type`` rule with the config below:
|
|
|
|
|
|
-@PHPUnit84Migration:risky
|
|
|
|
- Using the `@PHPUnit84Migration:risky <./../../ruleSets/PHPUnit84MigrationRisky.rst>`_ rule set will enable the ``php_unit_dedicate_assert_internal_type`` rule with the default config.
|
|
|
|
|
|
+ ``['target' => '7.5']``
|