Skip to content

Add support for MetaBox relationships #5

Add support for MetaBox relationships

Add support for MetaBox relationships #5

Triggered via pull request November 14, 2024 20:54
Status Failure
Total duration 34s
Artifacts

code-quality.yml

on: pull_request
code-quality  /  Lint GitHub Actions workflows
7s
code-quality / Lint GitHub Actions workflows
code-quality  /  Lint PHP files
12s
code-quality / Lint PHP files
code-quality  /  PHPCS
25s
code-quality / PHPCS
Fit to window
Zoom out
Zoom in

Annotations

15 errors
code-quality / Lint PHP files: src/Entity/Post.php#L119
Parse error: syntax error, unexpected token "<<" in ./src/Entity/Post.php on line 119
code-quality / Lint PHP files: src/Entity/User.php#L104
Parse error: syntax error, unexpected token "return", expecting "function" in ./src/Entity/User.php on line 104
code-quality / Lint PHP files: src/Entity/Term.php#L114
Parse error: syntax error, unexpected token "return", expecting "function" in ./src/Entity/Term.php on line 114
code-quality / Lint PHP files
Process completed with exit code 1.
code-quality / PHPCS: src/Entity/User.php#L92
Tabs must be used to indent lines; spaces are not allowed
code-quality / PHPCS: src/Entity/User.php#L93
Tabs must be used to indent lines; spaces are not allowed
code-quality / PHPCS: src/Entity/User.php#L93
Space after opening control structure is required
code-quality / PHPCS: src/Entity/User.php#L93
No space before opening parenthesis is prohibited
code-quality / PHPCS: src/Entity/User.php#L93
Expected 1 space after IF keyword; 0 found
code-quality / PHPCS: src/Entity/User.php#L93
Expected 1 space after "!"; 0 found
code-quality / PHPCS: src/Entity/User.php#L93
No space before closing parenthesis is prohibited
code-quality / PHPCS: src/Entity/User.php#L93
Expected 1 space after closing parenthesis; found 0
code-quality / PHPCS: src/Entity/User.php#L93
Space between opening control structure and closing parenthesis is required
code-quality / PHPCS: src/Entity/User.php#L94
Expected 1 space after closing parenthesis; found 0
code-quality / PHPCS
Process completed with exit code 2.