We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace04a4 commit 3432531Copy full SHA for 3432531
doc/control-structures.md
@@ -194,7 +194,7 @@ Requires use of null coalesce equal operator when possible.
194
This sniff provides the following setting:
195
196
* `enable`: either to enable or not this sniff. By default, it is enabled for PHP versions 7.4 or higher.
197
-* `checkIfCondition` (default: `false`): will check `if` conditions too.
+* `checkIfConditions` (default: `false`): will check `if` conditions too.
198
199
#### SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator 🔧
200
0 commit comments