Skip to content

Merge pull request #151 from OPSnet/fix-composer-install #8

Merge pull request #151 from OPSnet/fix-composer-install

Merge pull request #151 from OPSnet/fix-composer-install #8

Triggered via push January 7, 2024 09:33
Status Success
Total duration 39s
Artifacts

phpstan.yml

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

Annotations

10 errors
phpstan (8.0): src/Cryptonote.php#L31
Property MoneroIntegrations\MoneroPhp\Cryptonote::$network_prefixes has no type specified.
phpstan (8.0): src/Cryptonote.php#L32
Property MoneroIntegrations\MoneroPhp\Cryptonote::$ed25519 has no type specified.
phpstan (8.0): src/Cryptonote.php#L33
Property MoneroIntegrations\MoneroPhp\Cryptonote::$base58 has no type specified.
phpstan (8.0): src/Cryptonote.php#L34
Property MoneroIntegrations\MoneroPhp\Cryptonote::$varint has no type specified.
phpstan (8.0): src/Cryptonote.php#L55
Undefined variable: $network
phpstan (8.0): src/Cryptonote.php#L71
Method MoneroIntegrations\MoneroPhp\Cryptonote::keccak_256() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L71
Method MoneroIntegrations\MoneroPhp\Cryptonote::keccak_256() has parameter $message with no type specified.
phpstan (8.0): src/Cryptonote.php#L83
Method MoneroIntegrations\MoneroPhp\Cryptonote::gen_new_hex_seed() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L89
Method MoneroIntegrations\MoneroPhp\Cryptonote::sc_reduce() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L89
Method MoneroIntegrations\MoneroPhp\Cryptonote::sc_reduce() has parameter $input with no type specified.