Fix new Psalm and PHPCS errors #146
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
coding-standards.yml
on: pull_request
Matrix: Coding Standards / Coding Standards
Annotations
5 errors and 1 warning
Coding Standards / Coding Standards (8.2):
src/Token.php#L66
Method \Doctrine\Common\Lexer\Token::offsetExists() does not have parameter type hint nor @param annotation for its parameter $offset.
|
Coding Standards / Coding Standards (8.2):
src/Token.php#L118
Method \Doctrine\Common\Lexer\Token::offsetSet() does not have parameter type hint nor @param annotation for its parameter $offset.
|
Coding Standards / Coding Standards (8.2):
src/Token.php#L118
Method \Doctrine\Common\Lexer\Token::offsetSet() does not have parameter type hint nor @param annotation for its parameter $value.
|
Coding Standards / Coding Standards (8.2):
src/Token.php#L134
Method \Doctrine\Common\Lexer\Token::offsetUnset() does not have parameter type hint nor @param annotation for its parameter $offset.
|
Coding Standards / Coding Standards (8.2)
Process completed with exit code 1.
|
Coding Standards / Coding Standards (8.2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|