diff --git a/.github/workflows/fabbot.yaml b/.github/workflows/fabbot.yaml new file mode 100644 index 00000000000..aa91f691ae8 --- /dev/null +++ b/.github/workflows/fabbot.yaml @@ -0,0 +1,15 @@ +name: Fabbot + +on: + pull_request: + +permissions: + contents: read + +jobs: + call-fabbot: + name: Fabbot + uses: symfony-tools/fabbot/.github/workflows/fabbot.yml@main + with: + package: Symfony UX + check_license: true diff --git a/src/Autocomplete/src/Form/AutocompleteEntityTypeSubscriber.php b/src/Autocomplete/src/Form/AutocompleteEntityTypeSubscriber.php index d81e2d5f77d..24c255c705e 100644 --- a/src/Autocomplete/src/Form/AutocompleteEntityTypeSubscriber.php +++ b/src/Autocomplete/src/Form/AutocompleteEntityTypeSubscriber.php @@ -23,7 +23,7 @@ * * @internal * - * @deprecated since UX 2.13 + * @deprecated since Symfony UX 2.13 */ final class AutocompleteEntityTypeSubscriber implements EventSubscriberInterface { diff --git a/src/Autocomplete/src/Form/ChoiceList/Loader/ExtraLazyChoiceLoader.php b/src/Autocomplete/src/Form/ChoiceList/Loader/ExtraLazyChoiceLoader.php index 8f49ab4b653..c027ab65aaa 100644 --- a/src/Autocomplete/src/Form/ChoiceList/Loader/ExtraLazyChoiceLoader.php +++ b/src/Autocomplete/src/Form/ChoiceList/Loader/ExtraLazyChoiceLoader.php @@ -18,7 +18,7 @@ /** * Loads choices on demand only. * - * @deprecated since Autocomplete 2.23 and will be removed in 3.0, use `Symfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader` instead. + * @deprecated since Symfony UX 2.23 and will be removed in 3.0, use `Symfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader` instead. */ class ExtraLazyChoiceLoader implements ChoiceLoaderInterface { diff --git a/src/Autocomplete/src/Form/ParentEntityAutocompleteType.php b/src/Autocomplete/src/Form/ParentEntityAutocompleteType.php index b1d41900af1..6e2350bbbec 100644 --- a/src/Autocomplete/src/Form/ParentEntityAutocompleteType.php +++ b/src/Autocomplete/src/Form/ParentEntityAutocompleteType.php @@ -24,7 +24,7 @@ /** * All form types that want to expose autocomplete functionality should use this for its getParent(). * - * @deprecated since UX 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead + * @deprecated since Symfony UX 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead */ final class ParentEntityAutocompleteType extends AbstractType implements DataMapperInterface { diff --git a/src/TwigComponent/src/CVA.php b/src/TwigComponent/src/CVA.php index f0f086807dc..68cc7978f66 100644 --- a/src/TwigComponent/src/CVA.php +++ b/src/TwigComponent/src/CVA.php @@ -25,7 +25,7 @@ * * @experimental * - * @deprecated since TwigComponent 2.20, use CVA from the "twig/html-extra:^3.12.0" package instead. + * @deprecated since Symfony UX 2.20, use CVA from the "twig/html-extra:^3.12.0" package instead. */ final class CVA { diff --git a/src/TwigComponent/src/Event/PreCreateForRenderEvent.php b/src/TwigComponent/src/Event/PreCreateForRenderEvent.php index 3f1466b0138..12826261a14 100644 --- a/src/TwigComponent/src/Event/PreCreateForRenderEvent.php +++ b/src/TwigComponent/src/Event/PreCreateForRenderEvent.php @@ -34,7 +34,7 @@ public function getName(): string } /** - * @deprecated since 2.8, use getInputProps() instead. + * @deprecated since Symfony UX 2.8, use getInputProps() instead. */ public function getProps(): array {