Skip to content

Add the possibility to set the minimum number of decimals in the numb… #410

Add the possibility to set the minimum number of decimals in the numb…

Add the possibility to set the minimum number of decimals in the numb… #410

Triggered via pull request November 13, 2023 08:07
Status Failure
Total duration 1m 14s
Artifacts
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
13s
ci / Generate job matrix
Matrix: ci / QA Checks
Fit to window
Zoom out
Zoom in

Annotations

41 errors
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L25
Property \Laminas\I18n\View\Helper\NumberFormat::$maxDecimals has useless @var annotation.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L32
Property \Laminas\I18n\View\Helper\NumberFormat::$minDecimals has useless @var annotation.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L39
Property \Laminas\I18n\View\Helper\NumberFormat::$formatStyle has useless @var annotation.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L46
Property \Laminas\I18n\View\Helper\NumberFormat::$formatType has useless @var annotation.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L67
Property \Laminas\I18n\View\Helper\NumberFormat::$locale has useless @var annotation.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L75
Method \Laminas\I18n\View\Helper\NumberFormat::__invoke() 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#L76
Method \Laminas\I18n\View\Helper\NumberFormat::__invoke() has useless @param annotation for parameter $formatType.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L77
Method \Laminas\I18n\View\Helper\NumberFormat::__invoke() has useless @param annotation for parameter $locale.
ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...: src/View/Helper/NumberFormat.php#L78
Method \Laminas\I18n\View\Helper\NumberFormat::__invoke() has useless @param annotation for parameter $maxDecimals.
PossiblyNullOperand: src/View/Helper/NumberFormat.php#L117
src/View/Helper/NumberFormat.php:117:52: PossiblyNullOperand: Cannot concatenate with a possibly null int|null (see https://psalm.dev/080)
PossiblyNullOperand: src/View/Helper/NumberFormat.php#L117
src/View/Helper/NumberFormat.php:117:74: PossiblyNullOperand: Cannot concatenate with a possibly null int|null (see https://psalm.dev/080)
PossiblyNullArgument: src/View/Helper/NumberFormat.php#L127
src/View/Helper/NumberFormat.php:127:80: PossiblyNullArgument: Argument 2 of NumberFormatter::setAttribute cannot be null, possibly null value provided (see https://psalm.dev/078)
RedundantCastGivenDocblockType: src/View/Helper/NumberFormat.php#L200
src/View/Helper/NumberFormat.php:200:30: RedundantCastGivenDocblockType: Redundant cast to int given docblock-provided type (see https://psalm.dev/263)
RedundantCastGivenDocblockType: src/View/Helper/NumberFormat.php#L201
src/View/Helper/NumberFormat.php:201:30: RedundantCastGivenDocblockType: Redundant cast to int given docblock-provided type (see https://psalm.dev/263)
PossiblyUnusedMethod: src/View/Helper/NumberFormat.php#L211
src/View/Helper/NumberFormat.php:211: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#L223
src/View/Helper/NumberFormat.php:223: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#L234
src/View/Helper/NumberFormat.php:234: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)