✨ Add generics templating #62
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
12 errors
Launch PHPUnit test suite (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.
|
Execute PHPStan analysis (8.2):
examples/flow.php#L76
Parameter #1 $jobs of class Flow\Flow\Flow constructor expects array<Closure(object): T2>|(Closure(object): T2), Closure(Flow\Examples\Data): void given.
|
Execute PHPStan analysis (8.2):
examples/flow.php#L76
Parameter #2 $errorJobs of class Flow\Flow\Flow constructor expects array<Closure(Flow\Ip<object>, Flow\ExceptionInterface): void>|(Closure(Flow\Ip<object>, Flow\ExceptionInterface): void)|null, Closure(Flow\Examples\Data, Throwable): void given.
|
Execute PHPStan analysis (8.2):
examples/flow.php#L77
Parameter #1 $jobs of class Flow\Flow\Flow constructor expects array<Closure(object): T2>|(Closure(object): T2), Closure(Flow\Examples\Data): void given.
|
Execute PHPStan analysis (8.2):
examples/flow.php#L77
Parameter #2 $errorJobs of class Flow\Flow\Flow constructor expects array<Closure(Flow\Ip<object>, Flow\ExceptionInterface): void>|(Closure(Flow\Ip<object>, Flow\ExceptionInterface): void)|null, Closure(Flow\Examples\Data, Throwable): void given.
|
Execute PHPStan analysis (8.2):
examples/server.php#L64
Parameter #1 $jobs of class Flow\Flow\Flow constructor expects array<Closure(object): T2>|(Closure(object): T2), Closure(object): void given.
|
Execute PHPStan analysis (8.2):
examples/server.php#L65
Parameter #1 $jobs of class Flow\Flow\Flow constructor expects array<Closure(object): T2>|(Closure(object): T2), Closure(object): void given.
|
Execute PHPStan analysis (8.2):
examples/server.php#L66
Parameter #1 $jobs of class Flow\Flow\Flow constructor expects array<Closure(object): T2>|(Closure(object): T2), Closure(object): void given.
|
Execute PHPStan analysis (8.2):
tests/Driver/DriverTestCase.php#L20
Closure invoked with 0 parameters, 1 required.
|
Execute PHPStan analysis (8.2):
tests/Driver/DriverTestCase.php#L29
Closure invoked with 0 parameters, 1 required.
|
Execute PHPStan analysis (8.2):
tests/Driver/DriverTestCase.php#L39
Closure invoked with 0 parameters, 1 required.
|