Skip to content

✨ Add webhook support #52

✨ Add webhook support

✨ Add webhook support #52

Triggered via pull request September 7, 2023 19:40
@matyo91matyo91
synchronize #33
webhooks
Status Failure
Total duration 3m 29s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yaml

on: pull_request
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Execute PHPStan analysis (8.2): src/Flow/WebhookFlow.php#L12
Class Flow\Flow\WebhookFlow extends interface Flow\FlowInterface.
Execute PHPStan analysis (8.2): src/Flow/WebhookFlow.php#L14
Constructor of class Flow\Flow\WebhookFlow has an unused parameter $requestParserInterface.
Execute PHPStan analysis (8.2): src/Flow/WebhookFlow.php#L14
Parameter $requestParserInterface of method Flow\Flow\WebhookFlow::__construct() has invalid type Symfony\Component\Webhook\Client\RequestParserInterface.
Execute PHPStan analysis (8.2): src/Flow/WebhookFlow.php#L25
Access to an undefined property Flow\Flow\WebhookFlow::$flow.
Execute PHPStan analysis (8.2)
Process completed with exit code 1.
Check and fix coding styles using PHP CS Fixer (8.2)
Process completed with exit code 8.