Skip to content

update badges

update badges #21

Triggered via push November 27, 2023 20:44
Status Failure
Total duration 32s
Artifacts

phpstan.yml

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

Annotations

4 errors and 1 warning
PHPStan (ubuntu-latest, 8.2): src/Account/Address.php#L41
Parameter #1 $bytes of static method Waves\Common\Base58String::fromBytes() expects string, string|false given.
PHPStan (ubuntu-latest, 8.2): src/Account/PrivateKey.php#L19
Parameter #1 $bytes of static method Waves\Common\Base58String::fromBytes() expects string, bool|string given.
PHPStan (ubuntu-latest, 8.2): src/Account/PublicKey.php#L37
Parameter #1 $bytes of static method Waves\Common\Base58String::fromBytes() expects string, string|false 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/