Skip to content

Conversation

@zolex
Copy link
Owner

@zolex zolex commented Aug 20, 2025

No description provided.

@zolex zolex self-assigned this Aug 20, 2025
@zolex zolex linked an issue Aug 20, 2025 that may be closed by this pull request
@github-actions
Copy link
Contributor

github-actions bot commented Aug 20, 2025

Psalm Report

Status ✅

info

src/Exception/InvalidArgumentException.php

  • ClassMustBeFinal: Class Zolex\VOM\Exception\InvalidArgumentException is never extended and is not part of the public API, and thus must be made final.
    class InvalidArgumentException extends \InvalidArgumentException implements ExceptionInterface
    at src/Exception/InvalidArgumentException.php line 16

src/Laravel/Providers/VersatileObjectMapperProvider.php

src/Mapping/AbstractProperty.php

src/Metadata/AccessorListItemMetadata.php

src/Metadata/ArgumentMetadata.php

src/Metadata/DenormalizerMetadata.php

src/Metadata/DependencyInjectionMetadata.php

src/Metadata/Exception/FactoryException.php

src/Metadata/Exception/MissingMetadataException.php

src/Metadata/Exception/MissingTypeException.php

src/Metadata/Factory/CachedModelMetadataFactory.php

src/Metadata/Factory/ModelMetadataFactory.php

src/Metadata/FactoryMetadata.php

  • ClassMustBeFinal: Class Zolex\VOM\Metadata\FactoryMetadata is never extended and is not part of the public API, and thus must be made final.
    class FactoryMetadata extends AbstractCallableMetadata
    at src/Metadata/FactoryMetadata.php line 16

src/Metadata/ModelMetadata.php

src/Metadata/NormalizerMetadata.php

src/Metadata/PropertyMetadata.php

src/PropertyInfo/Extractor/MethodCallExtractor.php

src/PropertyInfo/Extractor/PropertyInfoExtractorFactory.php

src/Serializer/Factory/VersatileObjectMapperFactory.php

src/Serializer/Normalizer/Exception/IgnoreCircularReferenceException.php

src/Serializer/Normalizer/ObjectNormalizer.php

src/Serializer/VersatileObjectMapper.php

src/Symfony/Bundle/DependencyInjection/ZolexVOMExtension.php

src/Symfony/Bundle/ZolexVOMBundle.php

tests/Unit/Laravel/Illuminate/Support/DummyServiceProvider.php

@zolex zolex force-pushed the feature/25-enums branch from 92d751d to fd4dab4 Compare August 20, 2025 16:08
@zolex zolex force-pushed the feature/25-enums branch from fd4dab4 to 6fac37a Compare August 20, 2025 16:15
@codecov
Copy link

codecov bot commented Aug 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.14%. Comparing base (8ac6165) to head (6fac37a).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #26      +/-   ##
============================================
+ Coverage     97.10%   97.14%   +0.04%     
- Complexity      443      452       +9     
============================================
  Files            23       23              
  Lines           898      911      +13     
============================================
+ Hits            872      885      +13     
  Misses           26       26              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zolex zolex merged commit 8329fdc into master Aug 20, 2025
9 checks passed
@zolex zolex deleted the feature/25-enums branch August 20, 2025 16:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Mapping enum

2 participants