Replace GMP function calls with overloaded operators #218
static-analysis.yml
on: pull_request
PHPStan
23s
Require checker
22s
Annotations
5 errors and 6 warnings
PHPStan:
src/PublicKey/EllipticCurve.php#L155
Binary operation "**" between GMP and 3 results in an error.
|
PHPStan:
src/PublicKey/EllipticCurve.php#L156
Binary operation "*" between GMP and GMP results in an error.
|
PHPStan:
src/PublicKey/EllipticCurve.php#L157
Binary operation "+" between (array|float|int) and GMP results in an error.
|
PHPStan:
src/PublicKey/EllipticCurve.php#L159
Binary operation "**" between GMP and 2 results in an error.
|
PHPStan
Process completed with exit code 1.
|
Require checker
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/
|
Require checker
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Require checker
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
PHPStan
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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
PHPStan
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|