Skip to content

Merge pull request #143 from BrianHenryIE/phpcs #1

Merge pull request #143 from BrianHenryIE/phpcs

Merge pull request #143 from BrianHenryIE/phpcs #1

Triggered via push October 19, 2023 20:06
Status Failure
Total duration 40s
Artifacts

phpstan.yml

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

Annotations

10 errors
phpstan (8.0): src/Cryptonote.php#L30
Property MoneroIntegrations\MoneroPhp\Cryptonote::$ed25519 has no type specified.
phpstan (8.0): src/Cryptonote.php#L34
Access to an undefined property MoneroIntegrations\MoneroPhp\Cryptonote::$base58.
phpstan (8.0): src/Cryptonote.php#L35
Access to an undefined property MoneroIntegrations\MoneroPhp\Cryptonote::$varint.
phpstan (8.0): src/Cryptonote.php#L43
Method MoneroIntegrations\MoneroPhp\Cryptonote::keccak_256() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L43
Method MoneroIntegrations\MoneroPhp\Cryptonote::keccak_256() has parameter $message with no type specified.
phpstan (8.0): src/Cryptonote.php#L54
Method MoneroIntegrations\MoneroPhp\Cryptonote::gen_new_hex_seed() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L60
Method MoneroIntegrations\MoneroPhp\Cryptonote::sc_reduce() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L60
Method MoneroIntegrations\MoneroPhp\Cryptonote::sc_reduce() has parameter $input with no type specified.
phpstan (8.0): src/Cryptonote.php#L77
Method MoneroIntegrations\MoneroPhp\Cryptonote::hash_to_scalar() has no return type specified.
phpstan (8.0): src/Cryptonote.php#L77
Method MoneroIntegrations\MoneroPhp\Cryptonote::hash_to_scalar() has parameter $data with no type specified.