Add the possibility to set the minimum number of decimals in the numb… #411
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
7s
Matrix: ci / QA Checks
Annotations
18 errors
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L129
Method \Laminas\I18n\View\Helper\NumberFormat::setFormatStyle() has useless @param annotation for parameter $formatStyle.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L141
Method \Laminas\I18n\View\Helper\NumberFormat::getFormatStyle() has useless @return annotation.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L167
Method \Laminas\I18n\View\Helper\NumberFormat::getFormatType() has useless @return annotation.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L180
Method \Laminas\I18n\View\Helper\NumberFormat::setDecimals() has useless @param annotation for parameter $decimals.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L193
Method \Laminas\I18n\View\Helper\NumberFormat::setMaxDecimals() has useless @param annotation for parameter $maxDecimals.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L205
Method \Laminas\I18n\View\Helper\NumberFormat::setMinDecimals() has useless @param annotation for parameter $minDecimals.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L217
Method \Laminas\I18n\View\Helper\NumberFormat::getDecimals() has useless @return annotation.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L227
Method \Laminas\I18n\View\Helper\NumberFormat::getMaxDecimals() has useless @return annotation.
|
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...:
src/View/Helper/NumberFormat.php#L237
Method \Laminas\I18n\View\Helper\NumberFormat::getMinDecimals() has useless @return annotation.
|
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::setMaxDecimals (see https://psalm.dev/087)
|
PossiblyUnusedMethod:
src/View/Helper/NumberFormat.php#L208
src/View/Helper/NumberFormat.php:208: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#L219
src/View/Helper/NumberFormat.php:219: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 1 extra entry. (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)
|