Commit d6b4669
committed
Customize: Remove unreachable
This addresses 3 PHPStan errors:
> Unreachable statement - code above always terminates.
Each line of code is unreachable because the preceding statement exits execution.
Developed in WordPress#12497.
Follow-up to r62704.
Props soean, mukesh27.
See #64898.
git-svn-id: https://develop.svn.wordpress.org/trunk@62763 602fd350-edb4-49c9-b593-d223f7449a82return statements in WP_Customize_Manager.1 parent 4c7af09 commit d6b4669
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1936 | 1936 | | |
1937 | 1937 | | |
1938 | 1938 | | |
1939 | | - | |
1940 | 1939 | | |
1941 | 1940 | | |
1942 | 1941 | | |
| |||
3166 | 3165 | | |
3167 | 3166 | | |
3168 | 3167 | | |
3169 | | - | |
3170 | 3168 | | |
3171 | 3169 | | |
3172 | 3170 | | |
| |||
3197 | 3195 | | |
3198 | 3196 | | |
3199 | 3197 | | |
3200 | | - | |
3201 | 3198 | | |
3202 | 3199 | | |
3203 | 3200 | | |
| |||
0 commit comments