fix(deps): update symfony packages to v7.2.3 #79
Annotations
5 errors and 2 warnings
phpstan (ubuntu-latest, 8.2, locked):
src/Normalizers/RamseyUuidNormalizer.php#L1
Ignored error pattern #^Parameter \#1 \$object \(Ramsey\\Uuid\\UuidInterface\) of method WayOfDev\\Serializer\\Normalizers\\RamseyUuidNormalizer\:\:normalize\(\) should be contravariant with parameter \$object \(mixed\) of method Symfony\\Component\\Serializer\\Normalizer\\NormalizerInterface\:\:normalize\(\)$# in path /home/runner/work/laravel-symfony-serializer/laravel-symfony-serializer/src/Normalizers/RamseyUuidNormalizer.php was not matched in reported errors.
|
phpstan (ubuntu-latest, 8.2, locked):
src/Normalizers/RamseyUuidNormalizer.php#L27
Parameter #1 $object (Ramsey\Uuid\UuidInterface) of method WayOfDev\Serializer\Normalizers\RamseyUuidNormalizer::normalize() should be contravariant with parameter $data (mixed) of method Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize()
|
phpstan (ubuntu-latest, 8.2, locked)
Process completed with exit code 1.
|
ParamNameMismatch:
src/Normalizers/RamseyUuidNormalizer.php#L27
src/Normalizers/RamseyUuidNormalizer.php:27:37: ParamNameMismatch: Argument 1 of WayOfDev\Serializer\Normalizers\RamseyUuidNormalizer::normalize has wrong name $object, expecting $data as defined by Symfony\Component\Serializer\Normalizer\NormalizerInterface::normalize (see https://psalm.dev/230)
|
psalm (ubuntu-latest, 8.2, locked)
Process completed with exit code 2.
|
phpstan (ubuntu-latest, 8.2, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
psalm (ubuntu-latest, 8.2, locked)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/[email protected]. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|