Run htmlentities over source to make it more easily copy pastable #57
Annotations
4 errors and 1 warning
Show PHPCS results in PR:
src/class-rest.php#L151
The default value of the $flags parameter for htmlentities() was changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 in PHP 8.1. For cross-version compatibility, the $flags parameter should be explicitly set.
|
Show PHPCS results in PR:
src/class-admin-page.php#L438
The default value of the $flags parameter for htmlentities() was changed from ENT_COMPAT to ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 in PHP 8.1. For cross-version compatibility, the $flags parameter should be explicitly set.
|
Show PHPCS results in PR
Process completed with exit code 1.
|
Check PHP code style
Process completed with exit code 1.
|
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/.
|
Loading