wip #21
Annotations
7 errors and 1 warning
phpstan:
src/Money.php#L45
Anonymous function never returns null so it can be removed from the return type.
|
phpstan:
src/Money.php#L47
Anonymous function never returns null so it can be removed from the return type.
|
phpstan:
src/Money.php#L60
Method Leandrocfe\FilamentPtbrFormFields\Money::sanitizeState() never returns null so it can be removed from the return type.
|
phpstan:
src/Money.php#L66
Variable $state on left side of ?? always exists and is not nullable.
|
phpstan:
src/Money.php#L86
Expression on left side of ?? is not nullable.
|
phpstan:
src/Money.php#L93
Expression on left side of ?? is not nullable.
|
phpstan
Process completed with exit code 1.
|
phpstan
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|