feat: allow PHPUnit 11 (WIP) #162
code_checks.yaml
on: pull_request
Annotations
15 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)
|
PHP 8.3 - 7.0.* - prefer-stable
Process completed with exit code 1.
|
PHP 8.2 - 7.0.* - prefer-stable
Process completed with exit code 1.
|
PHP 8.1 - 5.4.* - prefer-stable
Process completed with exit code 1.
|
PHP 8.1 - 5.4.* - prefer-lowest
Process completed with exit code 1.
|
PHP 8.1 - 6.4.* - prefer-stable
Process completed with exit code 1.
|