Commit 7c53824
committed
Coding Standards: Fix alignment and PHPCS ignores in reaction support.
- Fix double-space alignment warning in test file (line 4702).
- Extend phpcs:ignore directives in prefetch_reaction_summaries() to
cover WordPress.DB.PreparedSQLPlaceholders.ReplacementsWrongNumber,
acknowledging PHPCS cannot count placeholders through the spread
operator.
See #63191.1 parent b6923e7 commit 7c53824
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- src/wp-includes/rest-api/endpoints
- tests/phpunit/tests/rest-api
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2111 | 2111 | | |
2112 | 2112 | | |
2113 | 2113 | | |
2114 | | - | |
| 2114 | + | |
2115 | 2115 | | |
2116 | 2116 | | |
2117 | 2117 | | |
| |||
2127 | 2127 | | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | | - | |
| 2130 | + | |
2131 | 2131 | | |
2132 | 2132 | | |
2133 | 2133 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4699 | 4699 | | |
4700 | 4700 | | |
4701 | 4701 | | |
4702 | | - | |
| 4702 | + | |
4703 | 4703 | | |
4704 | 4704 | | |
4705 | 4705 | | |
| |||
0 commit comments