Skip to content

Addressing comment on PR #570 #28

Addressing comment on PR #570

Addressing comment on PR #570 #28

Triggered via dynamic February 18, 2026 14:49
Status Success
Total duration 5m 7s
Artifacts

copilot

on: dynamic
Fit to window
Zoom out
Zoom in

Annotations

10 errors
copilot: src/Term_Command.php#L656
PHPDoc tag `@var` with type array<WP_Term> is not subtype of type array<int, WP_Term>|WP_Error.
copilot: src/Term_Command.php#L297
Access to an undefined property WP_Term::$url.
copilot: src/Term_Command.php#L145
PHPDoc tag `@var` with type array<WP_Term> is not subtype of type array<int, WP_Term>|WP_Error.
copilot: src/Site_Command.php#L1249
Method Site_Command::check_site_ids_and_slug() has WP_CLI\ExitException in PHPDoc `@throws` tag but it's not thrown.
copilot: src/Post_Block_Command.php#L683
Parameter #1 $blocks of function serialize_blocks expects array<int|string, array{blockName: string|null, attrs: array, innerBlocks: array<array>, innerHTML: string, innerContent: array}>, array<mixed> given.
copilot: src/Post_Block_Command.php#L646
Cannot access offset 'blockName' on mixed.
copilot: src/Comment_Command.php#L450
Cannot access property $url on mixed.
copilot: src/Comment_Command.php#L450
Cannot access property $comment_ID on mixed.
copilot: src/Comment_Command.php#L282
Access to an undefined property WP_Comment::$url.
copilot: entity-command.php#L61
Cannot access property $blogmeta on mixed.