Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow skipping null values #69

Merged
merged 10 commits into from
Apr 2, 2024

Conversation

mike4git
Copy link
Collaborator

@mike4git mike4git commented Mar 18, 2024

  • add skip_null to Configuration
  • add $skipNull parameter to PropertyMappingPopulator
  • add test for dot operator
  • add debug functionality to php docker container for testing

Fixes #68

@mike4git mike4git linked an issue Mar 18, 2024 that may be closed by this pull request
src/DependencyInjection/Configuration.php Outdated Show resolved Hide resolved
src/DependencyInjection/Configuration.php Outdated Show resolved Hide resolved
src/DependencyInjection/NeustaConverterExtension.php Outdated Show resolved Hide resolved
src/DependencyInjection/NeustaConverterExtension.php Outdated Show resolved Hide resolved
tests/Fixtures/Model/User.php Outdated Show resolved Hide resolved
tests/Populator/PropertyMappingPopulatorTest.php Outdated Show resolved Hide resolved
@mike4git mike4git force-pushed the 68-propertymappingpopulator-make-null-safety-possible branch from 4ea4263 to 67449d5 Compare April 2, 2024 10:51
@mike4git mike4git requested a review from jdreesen April 2, 2024 10:52
@jdreesen jdreesen changed the title #68 NullSafety #68 Allow skipping null values Apr 2, 2024
@jdreesen jdreesen changed the title #68 Allow skipping null values Allow skipping null values Apr 2, 2024
@jdreesen jdreesen merged commit fc9398a into main Apr 2, 2024
5 checks passed
@jdreesen jdreesen deleted the 68-propertymappingpopulator-make-null-safety-possible branch April 2, 2024 16:42
@jdreesen jdreesen restored the 68-propertymappingpopulator-make-null-safety-possible branch April 2, 2024 16:58
@jdreesen jdreesen deleted the 68-propertymappingpopulator-make-null-safety-possible branch April 2, 2024 16:58
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.

[PropertyMappingPopulator] Make null safety possible
2 participants