Commit 7327f0c
Fix check_database_version() return type: void|WP_Error → WP_Error|null
Add explicit return null when the version check passes.
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>1 parent 972bbb6 commit 7327f0c
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3998 | 3998 | | |
3999 | 3999 | | |
4000 | 4000 | | |
4001 | | - | |
| 4001 | + | |
4002 | 4002 | | |
4003 | 4003 | | |
4004 | 4004 | | |
| |||
4009 | 4009 | | |
4010 | 4010 | | |
4011 | 4011 | | |
| 4012 | + | |
| 4013 | + | |
4012 | 4014 | | |
4013 | 4015 | | |
4014 | 4016 | | |
| |||
0 commit comments