Skip to content

✨ Add do notation #90

✨ Add do notation

✨ Add do notation #90

Triggered via pull request September 26, 2023 04:57
@matyo91matyo91
synchronize #48
do-notation
Status Failure
Total duration 3m 7s
Artifacts

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

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.