File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ ### 2.2.2 (2021-09-08)
5
+
6
+ * Fixed a deprecation warning about groups being triggered when loading all Doctrine metadata.
7
+
4
8
### 2.2.1 (2021-09-08)
5
9
6
10
* Fixed a deprecation warning about groups being triggered when loading the User class of the bundle.
Original file line number Diff line number Diff line change 11
11
12
12
namespace FOS \UserBundle \Model ;
13
13
14
- @trigger_error ('Using Groups is deprecated since version 2.2 and will be removed in 3.0. ' , E_USER_DEPRECATED );
15
-
16
14
/**
17
15
* @author Johannes M. Schmitt <[email protected] >
18
16
*
19
- * @deprecated
17
+ * @deprecated Using Groups is deprecated since version 2.2 and will be removed in 3.0.
20
18
*/
21
19
abstract class Group implements GroupInterface
22
20
{
You can’t perform that action at this time.
0 commit comments