Skip to content

tests tuning

tests tuning #25

Triggered via push August 15, 2024 14:06
Status Failure
Total duration 30s
Artifacts

phpstan.yml

on: push
Matrix: PHPStan
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 2 warnings
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L125
Method Waves\Model\DataEntry::toProtobuf() has invalid return type Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L127
Instantiated class Waves\Protobuf\DataTransactionData\DataEntry not found.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L128
Call to method setKey() on an unknown class Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L131
Call to method setBinaryValue() on an unknown class Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L132
Call to method setBoolValue() on an unknown class Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L133
Call to method setIntValue() on an unknown class Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Model/DataEntry.php#L134
Call to method setStringValue() on an unknown class Waves\Protobuf\DataTransactionData\DataEntry.
PHPStan (ubuntu-latest, 8.2): src/Transactions/DataTransaction.php#L70
Parameter #1 $var of method Waves\Protobuf\DataTransactionData::setData() expects array<Waves\Protobuf\DataEntry>|Google\Protobuf\Internal\RepeatedField, array<int<0, max>, Waves\Protobuf\DataTransactionData\DataEntry> given.
PHPStan (ubuntu-latest, 8.2)
Process completed with exit code 1.
PHPStan (ubuntu-latest, 8.2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
PHPStan (ubuntu-latest, 8.2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/