Skip to content

Commit 4d599f9

Browse files
committed
Remove @internal flag and add @final to ServicesResetter
1 parent 6964ff6 commit 4d599f9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CHANGELOG
22
=========
33

4+
7.2
5+
---
6+
7+
* Remove `@internal` flag and add `@final` to `ServicesResetter`
8+
49
7.1
510
---
611

DependencyInjection/ServicesResetter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* @author Alexander M. Turek <me@derrabus.de>
2222
* @author Nicolas Grekas <p@tchwork.com>
2323
*
24-
* @internal
24+
* @final since Symfony 7.2
2525
*/
2626
class ServicesResetter implements ResetInterface
2727
{

0 commit comments

Comments
 (0)