Skip to content

Plugin check

Plugin check #526

Triggered via pull request January 23, 2025 21:44
Status Failure
Total duration 2m 10s
Artifacts

lint.yml

on: pull_request
Matrix: phpstan
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 4 warnings
Squiz.PHP.Heredoc.NotAllowed: includes/object-cache.php#L1880
Use of heredoc and nowdoc syntax ("<<<") is not allowed; use standard strings or inline HTML instead
Squiz.PHP.Heredoc.NotAllowed: includes/object-cache.php#L1926
Use of heredoc and nowdoc syntax ("<<<") is not allowed; use standard strings or inline HTML instead
WordPress.Security.EscapeOutput.OutputNotEscaped: includes/object-cache.php#L3031
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$message'.
Squiz.PHP.Heredoc.NotAllowed: includes/class-plugin.php#L830
Use of heredoc and nowdoc syntax ("<<<") is not allowed; use standard strings or inline HTML instead
Squiz.PHP.Heredoc.NotAllowed: includes/class-plugin.php#L854
Use of heredoc and nowdoc syntax ("<<<") is not allowed; use standard strings or inline HTML instead
Plugin Check
Process completed with exit code 1.
EditorConfig
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (PHP 7.4; Relay 0.7.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PHPStan (PHP 8.2; Relay 0.7.0)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
WordPress.Security.ValidatedSanitizedInput.InputNotSanitized: includes/class-plugin.php#L1080
Detected usage of a non-sanitized input variable: $_POST[&#039;nonce&#039;]