Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Sep 4, 2025

While working on removing YML on the next major branch, I found a lot more places where I do not think it needs to be used.

While working on removing YML on the next major branch, I found a lot
more places where I do not think it needs to be used.
$ymlDef = $container->getDefinition('doctrine.orm.default_yml_metadata_driver');
$this->assertDICConstructorArguments($ymlDef, [
[__DIR__ . DIRECTORY_SEPARATOR . 'Fixtures' . DIRECTORY_SEPARATOR . 'Bundles' . DIRECTORY_SEPARATOR . 'YamlBundle' . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'config' . DIRECTORY_SEPARATOR . 'doctrine' => 'Fixtures\Bundles\YamlBundle\Entity'],
]);
Copy link
Member Author

Choose a reason for hiding this comment

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

This is the part that I'm not so sure about 🤔

@greg0ire greg0ire added this to the 2.16.1 milestone Sep 4, 2025
@greg0ire greg0ire merged commit f094c50 into doctrine:2.16.x Sep 4, 2025
12 checks passed
@greg0ire greg0ire deleted the less-yml branch September 4, 2025 21:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants