diff --git a/if-Statement.md b/if-Statement.md index f6c652f..8308190 100644 --- a/if-Statement.md +++ b/if-Statement.md @@ -56,7 +56,7 @@ if(!$condition) { _Reference_: [`Generic.CodeAnalysis.EmptyStatement`](https://github.com/squizlabs/PHP_CodeSniffer/blob/master/src/Standards/Generic/Sniffs/CodeAnalysis/EmptyStatementSniff.php) -# Do not write unconditional if-statements. +# Do not write unconditional if-statements If-statements without conditions are considered bad practice and must be avoided.