Skip to content

feat: allow PHPUnit 11 (WIP) #140

feat: allow PHPUnit 11 (WIP)

feat: allow PHPUnit 11 (WIP) #140

Triggered via pull request April 12, 2024 17:41
Status Failure
Total duration 59s
Artifacts

code_checks.yaml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors
UnusedClass: src/Command/RatioFetchCommand.php#L13
src/Command/RatioFetchCommand.php:13:7: UnusedClass: Class Tbbc\MoneyBundle\Command\RatioFetchCommand is never used (see https://psalm.dev/075)
UnusedClass: src/Command/RatioListCommand.php#L19
src/Command/RatioListCommand.php:19:7: UnusedClass: Class Tbbc\MoneyBundle\Command\RatioListCommand is never used (see https://psalm.dev/075)
PossiblyUnusedParam: src/Command/RatioListCommand.php#L40
src/Command/RatioListCommand.php:40:69: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
PossiblyUnusedParam: src/Command/RatioListCommand.php#L54
src/Command/RatioListCommand.php:54:71: PossiblyUnusedParam: Param #2 is never referenced in this method (see https://psalm.dev/134)
UnusedClass: src/Command/RatioSaveCommand.php#L14
src/Command/RatioSaveCommand.php:14:7: UnusedClass: Class Tbbc\MoneyBundle\Command\RatioSaveCommand is never used (see https://psalm.dev/075)
PossiblyUnusedMethod: src/Document/DocumentRatioHistory.php#L23
src/Document/DocumentRatioHistory.php:23:21: PossiblyUnusedMethod: Cannot find any calls to method Tbbc\MoneyBundle\Document\DocumentRatioHistory::setId (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Document/DocumentRatioHistory.php#L30
src/Document/DocumentRatioHistory.php:30:21: PossiblyUnusedMethod: Cannot find any calls to method Tbbc\MoneyBundle\Document\DocumentRatioHistory::getId (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Document/DocumentRatioHistory.php#L42
src/Document/DocumentRatioHistory.php:42:21: PossiblyUnusedMethod: Cannot find any calls to method Tbbc\MoneyBundle\Document\DocumentRatioHistory::getCurrencyCode (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Document/DocumentStorageRatio.php#L17
src/Document/DocumentStorageRatio.php:17:21: PossiblyUnusedMethod: Cannot find any calls to method Tbbc\MoneyBundle\Document\DocumentStorageRatio::getId (see https://psalm.dev/087)
PossiblyUnusedMethod: src/Document/DocumentStorageRatio.php#L22
src/Document/DocumentStorageRatio.php:22:21: PossiblyUnusedMethod: Cannot find any calls to method Tbbc\MoneyBundle\Document\DocumentStorageRatio::setCurrencyCode (see https://psalm.dev/087)