Commit 137eb30
committed
Charset: Add missing
This fixes a `return.missing` PHPStan error in `_mb_ord()`, fixing the only rule level 0 violation currently reported. In practice the `return` is in an unreachable code path, but static analysis may not be aware of this.
Developed in WordPress#12020.
Follow-up to r62424.
Props westonruter, dmsnell.
See #65342.
git-svn-id: https://develop.svn.wordpress.org/trunk@62436 602fd350-edb4-49c9-b593-d223f7449a82return statement to _mb_ord().1 parent ac16a49 commit 137eb30
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
| 252 | + | |
| 253 | + | |
252 | 254 | | |
253 | 255 | | |
254 | 256 | | |
| |||
0 commit comments