Skip to content

Commit c30afe1

Browse files
committed
minor #3176 Post-merge fixes (Kocal)
This PR was merged into the 3.x branch. Discussion ---------- Post-merge fixes | Q | A | -------------- | --- | Bug fix? | no | New feature? | no <!-- please update src/**/CHANGELOG.md files --> | Deprecations? | no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md --> | Documentation? | no <!-- required for new features, or documentation updates --> | Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead --> | License | MIT <!-- Replace this notice by a description of your feature/bugfix. This will help reviewers and should be a good start for the documentation. Additionally (see https://symfony.com/releases): - Always add tests and ensure they pass. - For new features, provide some code snippets to help understand usage. - Features and deprecations must be submitted against branch main. - Update/add documentation as required (we can help!) - Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry - Never break backward compatibility (see https://symfony.com/bc). --> Commits ------- 7dd4038 Post-merge fixes
2 parents 27cb508 + 7dd4038 commit c30afe1

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/Autocomplete/tests/Fixtures/Kernel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,6 @@ protected function configureContainer(ContainerConfigurator $c): void
113113
$doctrineConfig = [
114114
'dbal' => ['url' => '%env(resolve:DATABASE_URL)%'],
115115
'orm' => [
116-
'auto_generate_proxy_classes' => true,
117-
'enable_lazy_ghost_objects' => true,
118-
'report_fields_where_declared' => true,
119116
'validate_xml_mapping' => true,
120117
'auto_mapping' => true,
121118
'mappings' => [

src/LiveComponent/tests/Fixtures/Kernel.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ protected function configureContainer(ContainerConfigurator $c): void
163163
'url' => '%env(resolve:DATABASE_URL)%',
164164
],
165165
'orm' => [
166-
'auto_generate_proxy_classes' => true,
167-
'enable_lazy_ghost_objects' => true,
168-
'report_fields_where_declared' => true,
169166
'validate_xml_mapping' => true,
170167
'auto_mapping' => true,
171168
'mappings' => [

0 commit comments

Comments
 (0)