Skip to content

Commit c18eb59

Browse files
3.8 (#572)
* 3.8 * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> * Update CHANGELOG.md Co-authored-by: Javier Spagnoletti <[email protected]> Co-authored-by: Javier Spagnoletti <[email protected]>
1 parent fbf7719 commit c18eb59

20 files changed

+64
-34
lines changed

CHANGELOG.md

+30
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,36 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [3.8.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.7.0...3.8.0) - 2021-04-06
6+
### Added
7+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription` class ([@franmomu](https://github.com/franmomu))
8+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser` class ([@franmomu](https://github.com/franmomu))
9+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser` class ([@franmomu](https://github.com/franmomu))
10+
- [[#554](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/554)] Added support for sorting embbeded fields in lists ([@franmomu](https://github.com/franmomu))
11+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Added `FieldDescriptionFactory` class to create FieldDescription instances ([@franmomu](https://github.com/franmomu))
12+
- [[#548](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/548)] Added `ModelManager::reverseTransform()` method ([@franmomu](https://github.com/franmomu))
13+
- [[#528](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/528)] Added some `ProxyQueryInterface` to use it as a type declaration ([@franmomu](https://github.com/franmomu))
14+
- [[#526](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/526)] Support for PHP 8.x ([@franmomu](https://github.com/franmomu))
15+
16+
### Deprecated
17+
- [[#558](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/558)] Deprecated `ModelManager::getModelInstance()` method ([@franmomu](https://github.com/franmomu))
18+
- [[#558](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/558)] Deprecated not passing an instance of `ProxyQueryInterface` to `ModelManager::addIdentifiersToQuery()` method ([@franmomu](https://github.com/franmomu))
19+
- [[#558](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/558)] Deprecated not passing an instance of `ProxyQueryInterface` to `ModelManager::batchDelete()` method ([@franmomu](https://github.com/franmomu))
20+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Admin\FieldDescription` class ([@franmomu](https://github.com/franmomu))
21+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Guesser\TypeGuesser` class ([@franmomu](https://github.com/franmomu))
22+
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Guesser\FilterTypeGuesser` class ([@franmomu](https://github.com/franmomu))
23+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ModelManager::getParentMetadataForProperty()` method ([@franmomu](https://github.com/franmomu))
24+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ModelManager::getNewFieldDescriptionInstance()` method ([@franmomu](https://github.com/franmomu))
25+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `AbstractTypeGuesser` class ([@franmomu](https://github.com/franmomu))
26+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `FilterTypeGuesser::guessType()` method ([@franmomu](https://github.com/franmomu))
27+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `TypeGuesser::guessType()` method ([@franmomu](https://github.com/franmomu))
28+
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ListBuilder::buildActionFieldDescription()` method ([@franmomu](https://github.com/franmomu))
29+
- [[#548](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/548)] Deprecated `ModelManager::modelReverseTransform()` method ([@franmomu](https://github.com/franmomu))
30+
- [[#528](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/528)] Deprecated calling `Filter::apply()` with an instance not implementing `ProxyQueryInterface` ([@franmomu](https://github.com/franmomu))
31+
32+
### Fixed
33+
- [[#549](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/549)] Missing argument 2 in calls to `trigger_error()` ([@franmomu](https://github.com/franmomu))
34+
535
## [3.7.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.6.0...3.7.0) - 2021-01-27
636
### Added
737
- [[#509](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/509)] Added implementation of `Pager::getCurrentPageResults()` method. ([@franmomu](https://github.com/franmomu))

UPGRADE-3.x.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
UPGRADE 3.x
22
===========
33

4-
UPGRADE FROM 3.x to 3.x
4+
UPGRADE FROM 3.7 to 3.8
55
=======================
66

77
### Sonata\DoctrineMongoDBAdminBundle\Admin\FieldDescription

src/Admin/FieldDescription.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// NEXT_MAJOR: Remove this file.
1717
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription::class, false)) {
1818
@trigger_error(sprintf(
19-
'The %s\FieldDescription class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
19+
'The %s\FieldDescription class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
2020
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription instead.',
2121
__NAMESPACE__
2222
), \E_USER_DEPRECATED);
@@ -29,7 +29,7 @@ class_alias(
2929

3030
if (false) {
3131
/**
32-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
32+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
3333
* Use Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription instead.
3434
*/
3535
class FieldDescription extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription

src/Builder/ListBuilder.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ public function buildActionFieldDescription(FieldDescriptionInterface $fieldDesc
181181
{
182182
if ('sonata_deprecation_mute' !== (\func_get_args()[1] ?? null)) {
183183
@trigger_error(sprintf(
184-
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
184+
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
185185
.' will be removed in version 4.0.',
186186
__METHOD__
187187
), \E_USER_DEPRECATED);

src/FieldDescription/FilterTypeGuesser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class FilterTypeGuesser extends AbstractTypeGuesser implements TypeGuesserInterf
4949
public function guessType($class, $property, ModelManagerInterface $modelManager)
5050
{
5151
@trigger_error(sprintf(
52-
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
52+
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
5353
.' will be removed in version 4.0.',
5454
__METHOD__
5555
), \E_USER_DEPRECATED);

src/FieldDescription/TypeGuesser.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class TypeGuesser extends AbstractTypeGuesser implements TypeGuesserInterface
3535
public function guessType($class, $property, ModelManagerInterface $modelManager)
3636
{
3737
@trigger_error(sprintf(
38-
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
38+
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
3939
.' will be removed in version 4.0.',
4040
__METHOD__
4141
), \E_USER_DEPRECATED);

src/Filter/AbstractDateFilter.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
4747
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
4848
if (!$query instanceof ProxyQueryInterface) {
4949
@trigger_error(sprintf(
50-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
50+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
5151
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
5252
\get_class($query),
5353
__METHOD__,
@@ -159,7 +159,7 @@ protected function applyType(BaseProxyQueryInterface $query, $operation, $field,
159159
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
160160
if (!$query instanceof ProxyQueryInterface) {
161161
@trigger_error(sprintf(
162-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
162+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
163163
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
164164
\get_class($query),
165165
__METHOD__,

src/Filter/BooleanFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
3434
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
3535
if (!$query instanceof ProxyQueryInterface) {
3636
@trigger_error(sprintf(
37-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
37+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
3838
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
3939
\get_class($query),
4040
__METHOD__,

src/Filter/CallbackFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
3434
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
3535
if (!$query instanceof ProxyQueryInterface) {
3636
@trigger_error(sprintf(
37-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
37+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
3838
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
3939
\get_class($query),
4040
__METHOD__,

src/Filter/ChoiceFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
3434
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
3535
if (!$query instanceof ProxyQueryInterface) {
3636
@trigger_error(sprintf(
37-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
37+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
3838
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
3939
\get_class($query),
4040
__METHOD__,

src/Filter/DateFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected function applyTypeIsEqual(BaseProxyQueryInterface $query, $field, $dat
6262
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
6363
if (!$query instanceof ProxyQueryInterface) {
6464
@trigger_error(sprintf(
65-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
65+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
6666
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
6767
\get_class($query),
6868
__METHOD__,

src/Filter/DateTimeFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected function applyTypeIsEqual(BaseProxyQueryInterface $query, $field, $dat
6969
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
7070
if (!$query instanceof ProxyQueryInterface) {
7171
@trigger_error(sprintf(
72-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
72+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
7373
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
7474
\get_class($query),
7575
__METHOD__,

src/Filter/Filter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function apply($query, $filterData)
3333
if (!$query instanceof ProxyQueryInterface) {
3434
/* NEXT_MAJOR: Remove this deprecation and uncomment the error */
3535
@trigger_error(sprintf(
36-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
36+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
3737
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
3838
\get_class($query),
3939
__METHOD__,

src/Filter/ModelFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
3838
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
3939
if (!$query instanceof ProxyQueryInterface) {
4040
@trigger_error(sprintf(
41-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
41+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
4242
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
4343
\get_class($query),
4444
__METHOD__,

src/Filter/NumberFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
4141
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
4242
if (!$query instanceof ProxyQueryInterface) {
4343
@trigger_error(sprintf(
44-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
44+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
4545
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
4646
\get_class($query),
4747
__METHOD__,

src/Filter/StringFilter.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
3434
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
3535
if (!$query instanceof ProxyQueryInterface) {
3636
@trigger_error(sprintf(
37-
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
37+
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
3838
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
3939
\get_class($query),
4040
__METHOD__,

src/Guesser/AbstractTypeGuesser.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
/**
2121
* NEXT_MAJOR: Remove this class.
2222
*
23-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in version 4.0
23+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in version 4.0
2424
*/
2525
abstract class AbstractTypeGuesser implements TypeGuesserInterface
2626
{
2727
/**
28-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in version 4.0.
28+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in version 4.0.
2929
*
3030
* @param string $baseClass
3131
* @param string $propertyFullName
@@ -36,7 +36,7 @@ protected function getParentMetadataForProperty($baseClass, $propertyFullName, M
3636
{
3737
if ('sonata_deprecation_mute' !== (\func_get_args()[3] ?? null)) {
3838
@trigger_error(sprintf(
39-
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
39+
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
4040
.' will be removed in version 4.0.',
4141
__METHOD__
4242
), \E_USER_DEPRECATED);

src/Guesser/FilterTypeGuesser.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// NEXT_MAJOR: Remove this file.
1717
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser::class, false)) {
1818
@trigger_error(sprintf(
19-
'The %s\FilterTypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
19+
'The %s\FilterTypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
2020
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser instead.',
2121
__NAMESPACE__
2222
), \E_USER_DEPRECATED);
@@ -29,7 +29,7 @@ class_alias(
2929

3030
if (false) {
3131
/**
32-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
32+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
3333
* Use Sonata\DoctrineMongoDBAdminBundle\Guesser\FilterTypeGuesser instead.
3434
*/
3535
class FilterTypeGuesser extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser

src/Guesser/TypeGuesser.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// NEXT_MAJOR: Remove this file.
1717
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser::class, false)) {
1818
@trigger_error(sprintf(
19-
'The %s\TypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
19+
'The %s\TypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
2020
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser instead.',
2121
__NAMESPACE__
2222
), \E_USER_DEPRECATED);
@@ -29,7 +29,7 @@ class_alias(
2929

3030
if (false) {
3131
/**
32-
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
32+
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
3333
* Use Sonata\DoctrineMongoDBAdminBundle\Guesser\TypeGuesser instead.
3434
*/
3535
class TypeGuesser extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser

0 commit comments

Comments
 (0)