🏗️ YFlow rework #158
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
11 errors and 3 warnings
Execute PHPStan analysis (8.3):
tests/AsyncHandler/AsyncHandlerTest.php#L18
Class Flow\Event\AsyncEvent constructor invoked with 3 parameters, 5 required.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/AsyncHandlerTest.php#L20
Parameter #2 $defer of class Flow\Event\AsyncEvent constructor expects Closure, 2 given.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/AsyncHandlerTest.php#L20
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, 6 given.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L18
Class Flow\Event\AsyncEvent constructor invoked with 3 parameters, 5 required.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L20
Parameter #2 $defer of class Flow\Event\AsyncEvent constructor expects Closure, 2 given.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L20
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, 6 given.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L22
Class Flow\Event\AsyncEvent constructor invoked with 3 parameters, 5 required.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L24
Parameter #2 $defer of class Flow\Event\AsyncEvent constructor expects Closure, 6 given.
|
Execute PHPStan analysis (8.3):
tests/AsyncHandler/BatchAsyncHandlerTest.php#L24
Parameter #3 $job of class Flow\Event\AsyncEvent constructor expects Closure, 10 given.
|
Execute PHPStan analysis (8.3)
Process completed with exit code 1.
|
Launch PHPUnit test suite (8.3)
Process completed with exit code 2.
|
Check and fix coding styles using PHP CS Fixer (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Execute PHPStan analysis (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Launch PHPUnit test suite (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|