Skip to content

✨ Add do notation #88

✨ Add do notation

✨ Add do notation #88

Triggered via pull request September 25, 2023 21:34
@matyo91matyo91
synchronize #48
do-notation
Status Failure
Total duration 3m 33s
Artifacts
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
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Launch PHPUnit test suite (8.2)
Process completed with exit code 1.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L87
Method Flow\Flow\Flow::do() has parameter $config with no value type specified in iterable type array.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L87
Parameter $callable of method Flow\Flow\Flow::do() has invalid type Flow\Generator.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L94
Call to method valid() on an unknown class Flow\Generator.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L95
Call to method current() on an unknown class Flow\Generator.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L97
Call to method send() on an unknown class Flow\Generator.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L102
Call to method getReturn() on an unknown class Flow\Generator.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L110
Parameter #1 $flow of static method Flow\Flow\Flow<T1,T2>::flowUnwrap() expects array|Closure|Flow\FlowInterface, Flow\Generator given.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L177
Method Flow\Flow\Flow::flowUnwrap() has parameter $config with no value type specified in iterable type array.
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L177
Method Flow\Flow\Flow::flowUnwrap() has parameter $flow with generic interface Flow\FlowInterface but does not specify its types: T1
Execute PHPStan analysis (8.2): src/Flow/Flow.php#L177
Method Flow\Flow\Flow::flowUnwrap() return type with generic interface Flow\FlowInterface does not specify its types: T1