You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 2.14:
DX: control names of public methods in test's classes
NoLeadingImportSlashFixer - Add space if needed
BlankLineAfterOpeningTagFixer - do not remove indent, handle comments
fix typos in README
NewWithBracesFixer - Fix object operator and curly brace open cases
PHP7.4
DX: test that default config is not passed in RuleSet
@@ -109,7 +109,7 @@ public static function getHelpCopy()
109
109
* <comment>sbd</comment>: Sebastianbergmann/diff format (default when using `--diff` without specifying `diff-format`).
110
110
111
111
The <comment>--allow-risky</comment> option (pass ``yes`` or ``no``) allows you to set whether risky rules may run. Default value is taken from config file.
112
-
Risky rule is a rule, which could change code behaviour. By default no risky rules are run.
112
+
A rule is considered risky if it could change code behaviour. By default no risky rules are run.
113
113
114
114
The <comment>--stop-on-violation</comment> flag stops the execution upon first file that needs to be fixed.
0 commit comments