Add the possibility to set the minimum number of decimals in the numb… #412
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
continuous-integration.yml
on: pull_request
ci
/
Generate job matrix
10s
Matrix: ci / QA Checks
Annotations
10 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L148
Method \Laminas\I18n\View\Helper\NumberFormat::setFormatType() does not have parameter type hint nor @param annotation for its parameter $formatType.
|
MissingParamType:
src/View/Helper/NumberFormat.php#L148
src/View/Helper/NumberFormat.php:148:35: MissingParamType: Parameter $formatType has no provided type (see https://psalm.dev/154)
|
PossiblyUnusedMethod:
src/View/Helper/NumberFormat.php#L178
src/View/Helper/NumberFormat.php:178:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\I18n\View\Helper\NumberFormat::setMaxDecimals (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/View/Helper/NumberFormat.php#L187
src/View/Helper/NumberFormat.php:187:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\I18n\View\Helper\NumberFormat::setMinDecimals (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/View/Helper/NumberFormat.php#L196
src/View/Helper/NumberFormat.php:196:21: PossiblyUnusedMethod: Cannot find any calls to method Laminas\I18n\View\Helper\NumberFormat::getDecimals (see https://psalm.dev/087)
|
UnusedBaselineEntry:
src/View/Helper/NumberFormat.php#L1
src/View/Helper/NumberFormat.php:0:0: UnusedBaselineEntry: Baseline for issue "DocblockTypeContradiction" has 3 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/View/Helper/NumberFormat.php#L1
src/View/Helper/NumberFormat.php:0:0: UnusedBaselineEntry: Baseline for issue "MissingConstructor" has 4 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/View/Helper/NumberFormat.php#L1
src/View/Helper/NumberFormat.php:0:0: UnusedBaselineEntry: Baseline for issue "RedundantCastGivenDocblockType" has 3 extra entries. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
src/View/Helper/NumberFormat.php#L1
src/View/Helper/NumberFormat.php:0:0: UnusedBaselineEntry: Baseline for issue "RedundantConditionGivenDocblockType" has 1 extra entry. (see https://psalm.dev/316)
|
UnusedBaselineEntry:
test/View/Helper/NumberFormatTest.php#L1
test/View/Helper/NumberFormatTest.php:0:0: UnusedBaselineEntry: Baseline for issue "PossiblyNullArgument" has 1 extra entry. (see https://psalm.dev/316)
|