Skip to content

draft: add Webhook extension [draft] #131

draft: add Webhook extension [draft]

draft: add Webhook extension [draft] #131

Triggered via pull request September 8, 2024 16:32
Status Failure
Total duration 26s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
tests: xExtension-Webhook/configure.phtml#L38
Only booleans are allowed in a ternary operator condition, mixed given.
tests: xExtension-Webhook/configure.phtml#L43
Only booleans are allowed in a ternary operator condition, mixed given.
tests: xExtension-Webhook/configure.phtml#L48
Only booleans are allowed in a ternary operator condition, mixed given.
tests: xExtension-Webhook/configure.phtml#L53
Only booleans are allowed in a ternary operator condition, mixed given.
tests: xExtension-Webhook/configure.phtml#L65
Only booleans are allowed in a ternary operator condition, mixed given.
tests: xExtension-Webhook/extension.php#L45
Method WebhookExtension::handleConfigureAction() overrides method Minz_Extension::handleConfigureAction() but is missing the #[\Override] attribute.
tests: xExtension-Webhook/extension.php#L66
Undefined variable: $logsEnabled
tests: xExtension-Webhook/extension.php#L66
Variable property access on $this(WebhookExtension).
tests: xExtension-Webhook/extension.php#L68
Undefined variable: $logsEnabled
tests: xExtension-Webhook/extension.php#L68
Variable property access on $this(WebhookExtension).
tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/