Commit 9846969
Refactor boolean condition in isset check for promoted properties
Apply De Morgan's law to improve readability:
- `!($a && ($b || $c))` → `(!$a || (!$b && !$c))`
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 984ecd5 commit 9846969
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1069 | 1069 | | |
1070 | 1070 | | |
1071 | 1071 | | |
1072 | | - | |
| 1072 | + | |
1073 | 1073 | | |
1074 | 1074 | | |
1075 | 1075 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
0 commit comments