Skip to content

Commit 3432531

Browse files
jnoordsijkukulich
authored andcommitted
Fix typo for new RequireNullCoalesceEqualOperator flag
1 parent ace04a4 commit 3432531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/control-structures.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ Requires use of null coalesce equal operator when possible.
194194
This sniff provides the following setting:
195195

196196
* `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.
197+
* `checkIfConditions` (default: `false`): will check `if` conditions too.
198198

199199
#### SlevomatCodingStandard.ControlStructures.RequireNullCoalesceOperator 🔧
200200

0 commit comments

Comments
 (0)