Skip to content

Improve sanitization in params preparation #218

Improve sanitization in params preparation

Improve sanitization in params preparation #218

Triggered via pull request April 11, 2024 14:01
Status Failure
Total duration 38s
Artifacts

ci.yml

on: pull_request
Matrix: phpcs
Matrix: PHPStan check
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 4 warnings
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L194
Inline comments must end in full-stops, exclamation marks, or question marks
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L198
Function trim() should be referenced via a fully qualified name.
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L202
Function preg_match() should be referenced via a fully qualified name.
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L203
Function str_replace() should be referenced via a fully qualified name.
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L209
Function trim() should be referenced via a fully qualified name.
PHPCS check on PHP 7.4: src/Rest/Routes/AbstractUtilsBaseRoute.php#L209
Function preg_replace() should be referenced via a fully qualified name.
PHPCS check on PHP 7.4
Process completed with exit code 1.
PHPCS check on PHP 7.4
Process completed with exit code 2.
PHPCS check on PHP 7.4
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPCS check on PHP 7.4
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan check (7.4, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
PHPStan check (7.4, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/