Skip to content

Commit ec727bc

Browse files
committed
Adjust @deprecated for Fabbot checks
1 parent 66ef45a commit ec727bc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/Autocomplete/src/Form/AutocompleteEntityTypeSubscriber.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*
2424
* @internal
2525
*
26-
* @deprecated since UX 2.13
26+
* @deprecated since Symfony UX 2.13
2727
*/
2828
final class AutocompleteEntityTypeSubscriber implements EventSubscriberInterface
2929
{

src/Autocomplete/src/Form/ChoiceList/Loader/ExtraLazyChoiceLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Loads choices on demand only.
2020
*
21-
* @deprecated since Autocomplete 2.23 and will be removed in 3.0, use `Symfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader` instead.
21+
* @deprecated since Symfony UX 2.23 and will be removed in 3.0, use `Symfony\Component\Form\ChoiceList\Loader\LazyChoiceLoader` instead.
2222
*/
2323
class ExtraLazyChoiceLoader implements ChoiceLoaderInterface
2424
{

src/Autocomplete/src/Form/ParentEntityAutocompleteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
/**
2525
* All form types that want to expose autocomplete functionality should use this for its getParent().
2626
*
27-
* @deprecated since UX 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead
27+
* @deprecated since Symfony UX 2.13, use "Symfony\UX\Autocomplete\Form\BaseEntityAutocompleteType" instead
2828
*/
2929
final class ParentEntityAutocompleteType extends AbstractType implements DataMapperInterface
3030
{

src/TwigComponent/src/CVA.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
*
2626
* @experimental
2727
*
28-
* @deprecated since TwigComponent 2.20, use CVA from the "twig/html-extra:^3.12.0" package instead.
28+
* @deprecated since Symfony UX 2.20, use CVA from the "twig/html-extra:^3.12.0" package instead.
2929
*/
3030
final class CVA
3131
{

src/TwigComponent/src/Event/PreCreateForRenderEvent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function getName(): string
3434
}
3535

3636
/**
37-
* @deprecated since 2.8, use getInputProps() instead.
37+
* @deprecated since Symfony UX 2.8, use getInputProps() instead.
3838
*/
3939
public function getProps(): array
4040
{

0 commit comments

Comments
 (0)