Skip to content

Commit

Permalink
3.8 (#572)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
VincentLanglet and phansys authored Apr 6, 2021
1 parent fbf7719 commit c18eb59
Show file tree
Hide file tree
Showing 20 changed files with 64 additions and 34 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.8.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.7.0...3.8.0) - 2021-04-06
### Added
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription` class ([@franmomu](https://github.com/franmomu))
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser` class ([@franmomu](https://github.com/franmomu))
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Added `Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser` class ([@franmomu](https://github.com/franmomu))
- [[#554](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/554)] Added support for sorting embbeded fields in lists ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Added `FieldDescriptionFactory` class to create FieldDescription instances ([@franmomu](https://github.com/franmomu))
- [[#548](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/548)] Added `ModelManager::reverseTransform()` method ([@franmomu](https://github.com/franmomu))
- [[#528](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/528)] Added some `ProxyQueryInterface` to use it as a type declaration ([@franmomu](https://github.com/franmomu))
- [[#526](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/526)] Support for PHP 8.x ([@franmomu](https://github.com/franmomu))

### Deprecated
- [[#558](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/558)] Deprecated `ModelManager::getModelInstance()` method ([@franmomu](https://github.com/franmomu))
- [[#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))
- [[#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))
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Admin\FieldDescription` class ([@franmomu](https://github.com/franmomu))
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Guesser\TypeGuesser` class ([@franmomu](https://github.com/franmomu))
- [[#553](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/553)] Deprecated `Sonata\DoctrineMongoDBAdminBundle\Guesser\FilterTypeGuesser` class ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ModelManager::getParentMetadataForProperty()` method ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ModelManager::getNewFieldDescriptionInstance()` method ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `AbstractTypeGuesser` class ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `FilterTypeGuesser::guessType()` method ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `TypeGuesser::guessType()` method ([@franmomu](https://github.com/franmomu))
- [[#531](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/531)] Deprecated `ListBuilder::buildActionFieldDescription()` method ([@franmomu](https://github.com/franmomu))
- [[#548](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/548)] Deprecated `ModelManager::modelReverseTransform()` method ([@franmomu](https://github.com/franmomu))
- [[#528](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/528)] Deprecated calling `Filter::apply()` with an instance not implementing `ProxyQueryInterface` ([@franmomu](https://github.com/franmomu))

### Fixed
- [[#549](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/549)] Missing argument 2 in calls to `trigger_error()` ([@franmomu](https://github.com/franmomu))

## [3.7.0](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/compare/3.6.0...3.7.0) - 2021-01-27
### Added
- [[#509](https://github.com/sonata-project/SonataDoctrineMongoDBAdminBundle/pull/509)] Added implementation of `Pager::getCurrentPageResults()` method. ([@franmomu](https://github.com/franmomu))
Expand Down
2 changes: 1 addition & 1 deletion UPGRADE-3.x.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
UPGRADE 3.x
===========

UPGRADE FROM 3.x to 3.x
UPGRADE FROM 3.7 to 3.8
=======================

### Sonata\DoctrineMongoDBAdminBundle\Admin\FieldDescription
Expand Down
4 changes: 2 additions & 2 deletions src/Admin/FieldDescription.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// NEXT_MAJOR: Remove this file.
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription::class, false)) {
@trigger_error(sprintf(
'The %s\FieldDescription class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
'The %s\FieldDescription class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription instead.',
__NAMESPACE__
), \E_USER_DEPRECATED);
Expand All @@ -29,7 +29,7 @@ class_alias(

if (false) {
/**
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
* Use Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription instead.
*/
class FieldDescription extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FieldDescription
Expand Down
2 changes: 1 addition & 1 deletion src/Builder/ListBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ public function buildActionFieldDescription(FieldDescriptionInterface $fieldDesc
{
if ('sonata_deprecation_mute' !== (\func_get_args()[1] ?? null)) {
@trigger_error(sprintf(
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
.' will be removed in version 4.0.',
__METHOD__
), \E_USER_DEPRECATED);
Expand Down
2 changes: 1 addition & 1 deletion src/FieldDescription/FilterTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class FilterTypeGuesser extends AbstractTypeGuesser implements TypeGuesserInterf
public function guessType($class, $property, ModelManagerInterface $modelManager)
{
@trigger_error(sprintf(
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
.' will be removed in version 4.0.',
__METHOD__
), \E_USER_DEPRECATED);
Expand Down
2 changes: 1 addition & 1 deletion src/FieldDescription/TypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class TypeGuesser extends AbstractTypeGuesser implements TypeGuesserInterface
public function guessType($class, $property, ModelManagerInterface $modelManager)
{
@trigger_error(sprintf(
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
.' will be removed in version 4.0.',
__METHOD__
), \E_USER_DEPRECATED);
Expand Down
4 changes: 2 additions & 2 deletions src/Filter/AbstractDateFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down Expand Up @@ -159,7 +159,7 @@ protected function applyType(BaseProxyQueryInterface $query, $operation, $field,
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/BooleanFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/CallbackFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/ChoiceFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/DateFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ protected function applyTypeIsEqual(BaseProxyQueryInterface $query, $field, $dat
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/DateTimeFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected function applyTypeIsEqual(BaseProxyQueryInterface $query, $field, $dat
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/Filter.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function apply($query, $filterData)
if (!$query instanceof ProxyQueryInterface) {
/* NEXT_MAJOR: Remove this deprecation and uncomment the error */
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/ModelFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/NumberFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
2 changes: 1 addition & 1 deletion src/Filter/StringFilter.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function filter(BaseProxyQueryInterface $query, $alias, $field, $data)
/* NEXT_MAJOR: Remove this deprecation and update the typehint */
if (!$query instanceof ProxyQueryInterface) {
@trigger_error(sprintf(
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x'
'Passing %s as argument 1 to %s() is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8'
.' and will throw a \TypeError error in version 4.0. You MUST pass an instance of %s instead.',
\get_class($query),
__METHOD__,
Expand Down
6 changes: 3 additions & 3 deletions src/Guesser/AbstractTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
/**
* NEXT_MAJOR: Remove this class.
*
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in version 4.0
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in version 4.0
*/
abstract class AbstractTypeGuesser implements TypeGuesserInterface
{
/**
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in version 4.0.
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in version 4.0.
*
* @param string $baseClass
* @param string $propertyFullName
Expand All @@ -36,7 +36,7 @@ protected function getParentMetadataForProperty($baseClass, $propertyFullName, M
{
if ('sonata_deprecation_mute' !== (\func_get_args()[3] ?? null)) {
@trigger_error(sprintf(
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and'
'The "%s()" method is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and'
.' will be removed in version 4.0.',
__METHOD__
), \E_USER_DEPRECATED);
Expand Down
4 changes: 2 additions & 2 deletions src/Guesser/FilterTypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// NEXT_MAJOR: Remove this file.
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser::class, false)) {
@trigger_error(sprintf(
'The %s\FilterTypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
'The %s\FilterTypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser instead.',
__NAMESPACE__
), \E_USER_DEPRECATED);
Expand All @@ -29,7 +29,7 @@ class_alias(

if (false) {
/**
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
* Use Sonata\DoctrineMongoDBAdminBundle\Guesser\FilterTypeGuesser instead.
*/
class FilterTypeGuesser extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\FilterTypeGuesser
Expand Down
4 changes: 2 additions & 2 deletions src/Guesser/TypeGuesser.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
// NEXT_MAJOR: Remove this file.
if (!class_exists(\Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser::class, false)) {
@trigger_error(sprintf(
'The %s\TypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x and will be removed in 4.0.'
'The %s\TypeGuesser class is deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8 and will be removed in 4.0.'
.' Use \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser instead.',
__NAMESPACE__
), \E_USER_DEPRECATED);
Expand All @@ -29,7 +29,7 @@ class_alias(

if (false) {
/**
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.x, to be removed in 4.0.
* @deprecated since sonata-project/doctrine-mongodb-admin-bundle 3.8, to be removed in 4.0.
* Use Sonata\DoctrineMongoDBAdminBundle\Guesser\TypeGuesser instead.
*/
class TypeGuesser extends \Sonata\DoctrineMongoDBAdminBundle\FieldDescription\TypeGuesser
Expand Down
Loading

0 comments on commit c18eb59

Please sign in to comment.