change request rule message format.. #49
Annotations
10 errors and 1 warning
MissingClosureParamType:
src/Provider.php#L39
src/Provider.php:39:54: MissingClosureParamType: Parameter $attribute has no provided type (see https://psalm.dev/153)
|
MissingClosureParamType:
src/Provider.php#L39
src/Provider.php:39:66: MissingClosureParamType: Parameter $value has no provided type (see https://psalm.dev/153)
|
MissingClosureParamType:
src/Provider.php#L39
src/Provider.php:39:74: MissingClosureParamType: Parameter $parameters has no provided type (see https://psalm.dev/153)
|
UnusedClosureParam:
src/Provider.php#L39
src/Provider.php:39:74: UnusedClosureParam: Param parameters is never referenced in this method (see https://psalm.dev/188)
|
MissingClosureParamType:
src/Provider.php#L39
src/Provider.php:39:87: MissingClosureParamType: Parameter $validator has no provided type (see https://psalm.dev/153)
|
UnusedClosureParam:
src/Provider.php#L39
src/Provider.php:39:87: UnusedClosureParam: Param validator is never referenced in this method (see https://psalm.dev/188)
|
MixedAssignment:
src/Provider.php#L42
src/Provider.php:42:13: MixedAssignment: Unable to determine the type that $currencies is being assigned to (see https://psalm.dev/032)
|
MissingClosureParamType:
src/Provider.php#L51
src/Provider.php:51:55: MissingClosureParamType: Parameter $message has no provided type (see https://psalm.dev/153)
|
MissingClosureParamType:
src/Provider.php#L51
src/Provider.php:51:65: MissingClosureParamType: Parameter $attribute has no provided type (see https://psalm.dev/153)
|
MissingClosureParamType:
src/Provider.php#L51
src/Provider.php:51:77: MissingClosureParamType: Parameter $rule has no provided type (see https://psalm.dev/153)
|
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/
|