Skip to content

Conversation

@GromNaN
Copy link
Owner

@GromNaN GromNaN commented Oct 21, 2025

Implement symfony/symfony#62125 as a composer script

# For instance, basic validation constraints will be inferred from Doctrine's metadata.
auto_mapping:
App\Entity\: []
App\Entity\: {}
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is something the schema will force to change. PHP doesn't care: it is an array for it.

'$defs' => [],
];

$allEnvs = ['dev', 'prod', 'test'];
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Todo: don't assume the environment names, by use patternProperties: { "when@.+" ... } for other environments not listed in config/bundles.php.

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.

3 participants