Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 52d2ab9

Browse files
committed
bug #59304 [PropertyInfo] Remove @internal from PropertyReadInfo and PropertyWriteInfo (Dario Guarracino)
This PR was merged into the 6.4 branch. Discussion ---------- [PropertyInfo] Remove ``@internal`` from `PropertyReadInfo` and `PropertyWriteInfo` | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | [Fix #58988](#58988) | License | MIT Commits ------- 7f251da [PropertyInfo] Remove ``@internal`` directives to allow extensions with no static-analysis errors
2 parents 1236323 + 7f251da commit 52d2ab9

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

src/Symfony/Component/PropertyInfo/PropertyReadInfo.php

-2
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 <[email protected]>
18-
*
19-
* @internal
2018
*/
2119
final class PropertyReadInfo
2220
{

src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php

-2
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 <[email protected]>
18-
*
19-
* @internal
2018
*/
2119
final class PropertyWriteInfo
2220
{

0 commit comments

Comments
 (0)