CI #114
Annotations
7 errors and 1 warning
Run PHPStan:
examples/ReservationSaga.php#L1
Ignored error pattern #^Parameter \#1 \$orderId of class Broadway\\Saga\\Examples\\MarkOrderAsBooked constructor expects string, mixed given\.$# in path /home/runner/work/broadway-saga/broadway-saga/examples/ReservationSaga.php was not matched in reported errors.
|
Run PHPStan:
examples/ReservationSaga.php#L1
Ignored error pattern #^Parameter \#1 \$orderId of class Broadway\\Saga\\Examples\\RejectOrder constructor expects string, mixed given\.$# in path /home/runner/work/broadway-saga/broadway-saga/examples/ReservationSaga.php was not matched in reported errors.
|
Run PHPStan:
src/State.php#L50
Method Broadway\Saga\State::set() has parameter $value with no type specified.
|
Run PHPStan:
src/State.php#L55
Method Broadway\Saga\State::get() has no return type specified.
|
Run PHPStan:
src/Testing/Scenario.php#L77
Method Broadway\Saga\Testing\Scenario::when() has parameter $event with no type specified.
|
Run PHPStan:
src/Testing/Scenario.php#L93
Method Broadway\Saga\Testing\Scenario::createDomainMessageForEvent() has parameter $event with no type specified.
|
Run PHPStan
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading