8000 Merge branch '6.4' into 7.1 · symfony/symfony@824af8d · GitHub
[go: up one dir, main page]

Skip to content

Commit 824af8d

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
2 parents 6166a9a + 52d2ab9 commit 824af8d

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