You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connectors: Add missing logo_url field to PHPDoc array shape.
The `logo_url?: string|null` field present in the PHPStan `Connector`
type was absent from the WordPress-style `@return` array shape on both
`wp_get_connectors()` and `WP_Connector_Registry::get_all_registered()`.
Adds it after `description` to match the PHPStan field order, and
adjusts column alignment across all sibling `@type` entries.
Props gziolo.
Fixes #64791.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments