Skip to content

Block Parser: Explore a streaming lazy interface #28927

Block Parser: Explore a streaming lazy interface

Block Parser: Explore a streaming lazy interface #28927

Triggered via pull request January 12, 2024 18:57
Status Failure
Total duration 1m 10s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

coding-standards.yml

on: pull_request
PHP coding standards
17s
PHP coding standards
JavaScript coding standards
55s
JavaScript coding standards
Slack Notifications  /  Prepare notifications
Slack Notifications / Prepare notifications
Slack Notifications  /  Cancelled notifications
Slack Notifications / Cancelled notifications
Slack Notifications  /  Failure notifications
Slack Notifications / Failure notifications
Slack Notifications  /  Fixed notifications
Slack Notifications / Fixed notifications
Slack Notifications  /  Success notifications
Slack Notifications / Success notifications
Failed workflow tasks
0s
Failed workflow tasks
Fit to window
Zoom out
Zoom in

Annotations

11 errors
PHP coding standards
Process completed with exit code 2.
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L52
Trait name is not valid; consider WP_Parsed_Block_ArrayAccess instead
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L56
Method name "offsetGet" in class WP_Parsed_Block__ArrayAccess is not in snake case format, try "offset_get"
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L89
Short array syntax is not allowed
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L98
Short array syntax is not allowed
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L112
Method name "offsetExists" in class WP_Parsed_Block__ArrayAccess is not in snake case format, try "offset_exists"
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L115
Use Yoda Condition checks, you must.
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L116
Use Yoda Condition checks, you must.
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L117
Use Yoda Condition checks, you must.
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L118
Use Yoda Condition checks, you must.
PHP coding standards: src/wp-includes/class-wp-block-parser.php#L119
Use Yoda Condition checks, you must.