Skip to content

Merge pull request #10 from inpsyde/fix/add-php-8.3-and-php-lint #43

Merge pull request #10 from inpsyde/fix/add-php-8.3-and-php-lint

Merge pull request #10 from inpsyde/fix/add-php-8.3-and-php-lint #43

Triggered via push October 10, 2024 08:19
Status Failure
Total duration 1m 20s
Artifacts

qa.yml

on: push
coding-standards-analysis-php  /  coding-standards-php
19s
coding-standards-analysis-php / coding-standards-php
static-code-analysis-php  /  static-analysis-php
27s
static-code-analysis-php / static-analysis-php
Matrix: lint-php
Matrix: tests-unit-php
Fit to window
Zoom out
Zoom in

Annotations

4 errors
RedundantCondition: src/WpContext.php#L111
src/WpContext.php:111:41: RedundantCondition: Operand of type true is always true (see https://psalm.dev/122)
MixedArgument: src/WpContext.php#L375
src/WpContext.php:375:44: MixedArgument: Argument 3 of add_action cannot be mixed, expecting int (see https://psalm.dev/030)
MixedArgument: src/WpContext.php#L388
src/WpContext.php:388:47: MixedArgument: Argument 3 of remove_action cannot be mixed, expecting int (see https://psalm.dev/030)
static-code-analysis-php / static-analysis-php
Process completed with exit code 2.