Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
=========

### 2.2.2 (2021-09-08)

* Fixed a deprecation warning about groups being triggered when loading all Doctrine metadata.

### 2.2.1 (2021-09-08)

* Fixed a deprecation warning about groups being triggered when loading the User class of the bundle.
Expand Down
4 changes: 1 addition & 3 deletions Model/Group.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@

namespace FOS\UserBundle\Model;

@trigger_error('Using Groups is deprecated since version 2.2 and will be removed in 3.0.', E_USER_DEPRECATED);

/**
* @author Johannes M. Schmitt <schmittjoh@gmail.com>
*
* @deprecated
* @deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
*/
abstract class Group implements GroupInterface
{
Expand Down