@@ -26,7 +26,7 @@ final class TemplateRegistry implements MutableTemplateRegistryInterface
2626 /**
2727 * NEXT_MAJOR: Remove this constant.
2828 *
29- * @deprecated since sonata-project/admin-bundle 3.x , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_STRING instead.
29+ * @deprecated since sonata-project/admin-bundle 3.68 , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_STRING instead.
3030 */
3131 public const TYPE_TEXT = 'text ' ;
3232 public const TYPE_TEXTAREA = 'textarea ' ;
@@ -36,20 +36,20 @@ final class TemplateRegistry implements MutableTemplateRegistryInterface
3636 /**
3737 * NEXT_MAJOR: Remove this constant.
3838 *
39- * @deprecated since sonata-project/admin-bundle 3.x , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_INTEGER instead.
39+ * @deprecated since sonata-project/admin-bundle 3.68 , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_INTEGER instead.
4040 */
4141 public const TYPE_SMALLINT = 'smallint ' ;
4242 /**
4343 * NEXT_MAJOR: Remove this constant.
4444 *
45- * @deprecated since sonata-project/admin-bundle 3.x , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_INTEGER instead.
45+ * @deprecated since sonata-project/admin-bundle 3.68 , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_INTEGER instead.
4646 */
4747 public const TYPE_BIGINT = 'bigint ' ;
4848 public const TYPE_INTEGER = 'integer ' ;
4949 /**
5050 * NEXT_MAJOR: Remove this constant.
5151 *
52- * @deprecated since sonata-project/admin-bundle 3.x , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_FLOAT instead.
52+ * @deprecated since sonata-project/admin-bundle 3.68 , to be removed in 4.0. Use Sonata\AdminBundle\Templating\TemplateRegistry::TYPE_FLOAT instead.
5353 */
5454 public const TYPE_DECIMAL = 'decimal ' ;
5555 public const TYPE_FLOAT = 'float ' ;
0 commit comments