🐛 Fix client server examples #225
ci.yaml
on: push
Matrix: Check and fix coding styles using PHP CS Fixer
Matrix: Execute PHPStan analysis
Matrix: Launch PHPUnit test suite
Annotations
12 errors and 3 warnings
Launch PHPUnit test suite (8.3)
Process completed with exit code 255.
|
Check and fix coding styles using PHP CS Fixer (8.3)
Process completed with exit code 8.
|
Execute PHPStan analysis (8.3):
examples/Transport/Receiver/CollectionReceiver.php#L13
Class Flow\Examples\Transport\Receiver\CollectionReceiver uses unknown trait Flow\EnvelopeTrait.
|
Execute PHPStan analysis (8.3):
examples/Transport/Receiver/CollectionReceiver.php#L29
Call to an undefined method Flow\Examples\Transport\Receiver\CollectionReceiver::getEnvelopeId().
|
Execute PHPStan analysis (8.3):
examples/Transport/Receiver/CollectionReceiver.php#L38
Call to an undefined method Flow\Examples\Transport\Receiver\CollectionReceiver::getEnvelopeId().
|
Execute PHPStan analysis (8.3):
examples/Transport/Receiver/CollectionReceiver.php#L44
Call to an undefined method Flow\Examples\Transport\Receiver\CollectionReceiver::getEnvelopeId().
|
Execute PHPStan analysis (8.3):
examples/Transport/Sender/CollectionSender.php#L13
Class Flow\Examples\Transport\Sender\CollectionSender uses unknown trait Flow\EnvelopeTrait.
|
Execute PHPStan analysis (8.3):
examples/server.php#L23
Match arm is unreachable because previous comparison is always true.
|
Execute PHPStan analysis (8.3):
examples/server.php#L24
Match arm is unreachable because previous comparison is always true.
|
Execute PHPStan analysis (8.3):
examples/server.php#L25
Match arm is unreachable because previous comparison is always true.
|
Execute PHPStan analysis (8.3):
tests/EnvelopeTraitTest.php#L16
Class Flow\Test\EnvelopeTraitTest uses unknown trait Flow\EnvelopeTrait.
|
Execute PHPStan analysis (8.3):
tests/EnvelopeTraitTest.php#L21
Call to an undefined method Flow\Test\EnvelopeTraitTest::getEnvelopeId().
|
Launch PHPUnit test suite (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Check and fix coding styles using PHP CS Fixer (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Execute PHPStan analysis (8.3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|