refactor: apply PHP 8.3 features #516
Annotations
8 errors
RedundantCast:
apps/backoffice/backend/public/index.php#L19
apps/backoffice/backend/public/index.php:19:16: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
RedundantCast:
apps/backoffice/frontend/public/index.php#L19
apps/backoffice/frontend/public/index.php:19:16: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
RedundantCast:
apps/mooc/backend/public/index.php#L19
apps/mooc/backend/public/index.php:19:16: RedundantCast: Redundant cast to string (see https://psalm.dev/262)
|
PossiblyUndefinedArrayOffset:
apps/mooc/backend/src/Command/DomainEvents/PublishDomainEventsFromMutationsCommand.php#L84
apps/mooc/backend/src/Command/DomainEvents/PublishDomainEventsFromMutationsCommand.php:84:4: PossiblyUndefinedArrayOffset: Possibly undefined array key $this->transformers[$tableName] on array<array-key, mixed> (see https://psalm.dev/167)
|
DeprecatedClass:
tests/Shared/Infrastructure/Mockery/CodelyTvMatcherIsSimilar.php#L12
tests/Shared/Infrastructure/Mockery/CodelyTvMatcherIsSimilar.php:12:46: DeprecatedClass: Mockery\Matcher\MatcherAbstract is marked deprecated (see https://psalm.dev/098)
|
DeprecatedClass:
tests/Shared/Infrastructure/Mockery/CodelyTvMatcherIsSimilar.php#L18
tests/Shared/Infrastructure/Mockery/CodelyTvMatcherIsSimilar.php:18:3: DeprecatedClass: Mockery\Matcher\MatcherAbstract is marked deprecated (see https://psalm.dev/098)
|
DeprecatedClass:
tests/Shared/Infrastructure/PhpUnit/UnitTestCase.php#L100
tests/Shared/Infrastructure/PhpUnit/UnitTestCase.php:100:66: DeprecatedClass: Class Mockery\Matcher\MatcherAbstract is marked as deprecated (see https://psalm.dev/098)
|
build
Process completed with exit code 2.
|