Commit 6e216f8
committed
feature #6701 [CS] Avoid using useless expressions (phansys)
This PR was merged into the 2.7 branch.
Discussion
----------
[CS] Avoid using useless expressions
| Q | A
| ------------- | ---
| Doc fix? | yes
| New docs? | yes
| Applies to | all
| Fixed tickets | N/A
Do not use `else`, `elseif`, `break` after `if` and `case` conditions
which returns or throws something.
Commits
-------
d96faa4 Avoid using useless expressions1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
178 | 181 | | |
179 | 182 | | |
180 | 183 | | |
| |||
0 commit comments