Skip to content

Commit 7f251da

Browse files
author
Dario Guarracino
committed
[PropertyInfo] Remove @internal directives to allow extensions with no static-analysis errors
1 parent c2cc75d commit 7f251da

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)