This repository was archived by the owner on Jul 29, 2020. It is now read-only.
Commit c17b598
Martin Venuš
Fix compatibility with PHP 7.4
Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated. Use either `(a ? b : c) ? d : e` or `a ? b : (c ? d : e)`1 parent 7d78a6d commit c17b598
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2284 | 2284 | | |
2285 | 2285 | | |
2286 | 2286 | | |
2287 | | - | |
2288 | | - | |
| 2287 | + | |
2289 | 2288 | | |
2290 | 2289 | | |
2291 | 2290 | | |
| |||
0 commit comments