Skip to content

Merge branch 'master' of github.com:akaunting/laravel-money #48

Merge branch 'master' of github.com:akaunting/laravel-money

Merge branch 'master' of github.com:akaunting/laravel-money #48

Triggered via push September 25, 2024 17:07
Status Failure
Total duration 44s
Artifacts

psalm.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
MissingClosureParamType: src/Provider.php#L41
src/Provider.php:41:54: MissingClosureParamType: Parameter $attribute has no provided type (see https://psalm.dev/153)
MissingClosureParamType: src/Provider.php#L41
src/Provider.php:41:66: MissingClosureParamType: Parameter $value has no provided type (see https://psalm.dev/153)
MissingClosureParamType: src/Provider.php#L41
src/Provider.php:41:74: MissingClosureParamType: Parameter $parameters has no provided type (see https://psalm.dev/153)
UnusedClosureParam: src/Provider.php#L41
src/Provider.php:41:74: UnusedClosureParam: Param parameters is never referenced in this method (see https://psalm.dev/188)
MissingClosureParamType: src/Provider.php#L41
src/Provider.php:41:87: MissingClosureParamType: Parameter $validator has no provided type (see https://psalm.dev/153)
UnusedClosureParam: src/Provider.php#L41
src/Provider.php:41:87: UnusedClosureParam: Param validator is never referenced in this method (see https://psalm.dev/188)
MixedAssignment: src/Provider.php#L44
src/Provider.php:44:13: MixedAssignment: Unable to determine the type that $currency_code is being assigned to (see https://psalm.dev/032)
MixedAssignment: src/Provider.php#L46
src/Provider.php:46:13: MixedAssignment: Unable to determine the type that $currencies is being assigned to (see https://psalm.dev/032)
PossiblyInvalidArgument: src/Provider.php#L54
src/Provider.php:54:13: PossiblyInvalidArgument: Argument 3 of Illuminate\Support\Facades\Validator::extend expects null|string, but possibly different type Illuminate\Contracts\Translation\Translator|array<array-key, mixed>|null|string provided (see https://psalm.dev/092)
psalm
Process completed with exit code 2.
psalm
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/