Skip to content

Conversation

@dmaicher
Copy link

@dmaicher dmaicher commented Oct 6, 2025

Fixes #206

@maxhelias maxhelias merged commit 743b9a8 into odolbeau:master Oct 6, 2025
7 checks passed
@maxhelias
Copy link
Collaborator

Thanks @dmaicher !

@dmaicher dmaicher deleted the xml_to_php branch October 7, 2025 06:03
->tag('form.type', ['alias' => 'phone_number'])

->set(PhoneNumberTypeEqualityExtension::class)
->tag('form.extension', ['extended_type' => PhoneNumberType::class])
Copy link

Choose a reason for hiding this comment

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

Copy link
Author

Choose a reason for hiding this comment

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

Damn error on my side 🤦

@ro0NL
Copy link

ro0NL commented Oct 14, 2025

was this migrated using https://github.com/GromNaN/symfony-config-xml-to-php?

@ro0NL
Copy link

ro0NL commented Oct 14, 2025

@dmaicher we see following compilation diff;

-      <tag name="form.type_extension" extended_type="Misd\PhoneNumberBundle\Form\Type\PhoneNumberType" extended-type="Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"/>
+      <tag name="form.extension" extended_type="Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"/>

is that intended?

@dmaicher
Copy link
Author

was this migrated using https://github.com/GromNaN/symfony-config-xml-to-php?

no 😄 will use it going forward 👍

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.

Move service configuration from XML to php

3 participants