Add support for MetaBox relationships #5
code-quality.yml
on: pull_request
code-quality
/
Lint GitHub Actions workflows
7s
code-quality
/
Lint PHP files
12s
code-quality
/
PHPCS
25s
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.
|