We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dcc2ec6 + be2d262 commit 813161bCopy full SHA for 813161b
Changelog.md
@@ -1,6 +1,10 @@
1
Changelog
2
=========
3
4
+### 2.2.2 (2021-09-08)
5
+
6
+* Fixed a deprecation warning about groups being triggered when loading all Doctrine metadata.
7
8
### 2.2.1 (2021-09-08)
9
10
* Fixed a deprecation warning about groups being triggered when loading the User class of the bundle.
Model/Group.php
@@ -11,12 +11,10 @@
11
12
namespace FOS\UserBundle\Model;
13
14
-@trigger_error('Using Groups is deprecated since version 2.2 and will be removed in 3.0.', E_USER_DEPRECATED);
15
-
16
/**
17
* @author Johannes M. Schmitt <[email protected]>
18
*
19
- * @deprecated
+ * @deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
20
*/
21
abstract class Group implements GroupInterface
22
{
0 commit comments