✨ Add webhook support #52
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
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.
|