8000 Merge branch '7.2' into 7.3 · symfony/symfony@ed1198b · GitHub
[go: up one dir, main page]

Skip to content

Commit ed1198b

Browse files
committed
Merge branch '7.2' into 7.3
* 7.2: [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
2 parents d1f6daf + cc35113 commit ed1198b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Symfony/Component/PropertyInfo/PropertyReadInfo.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* The property read info tells how a property can be read.
1616
*
1717
* @author Joel Wurtz <jwurtz@jolicode.com>
18-
*
19-
* @internal
2018
*/
2119
final class PropertyReadInfo
2220
{

src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
* The write mutator defines how a property can be written.
1616
*
1717
* @author Joel Wurtz <jwurtz@jolicode.com>
18-
*
19-
* @internal
2018
*/
2119
final class PropertyWriteInfo
2220
{

0 commit comments

Comments
 (0)
0