✨ Add do notation #90
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
5 errors
Execute PHPStan analysis (8.2):
tests/Flow/FlowTest.php#L93
Method Flow\Test\Flow\FlowTest::testDo() has parameter $config with no value type specified in iterable type array.
|
Execute PHPStan analysis (8.2):
tests/Flow/FlowTest.php#L93
Method Flow\Test\Flow\FlowTest::testDo() has parameter $driver with generic interface Flow\DriverInterface but does not specify its types: TArgs, TReturn
|
Execute PHPStan analysis (8.2):
tests/Flow/FlowTest.php#L93
Method Flow\Test\Flow\FlowTest::testDo() has parameter $ipStrategy with generic interface Flow\IpStrategyInterface but does not specify its types: T
|
Execute PHPStan analysis (8.2):
tests/Flow/FlowTest.php#L96
Static method Flow\Flow\Flow<mixed,mixed>::do() invoked with 3 parameters, 1-2 required.
|
Execute PHPStan analysis (8.2)
Process completed with exit code 1.
|