Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 6.4:
  [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
  • Loading branch information
chalasr committed Dec 31, 2024
2 parents 15937b8 + 38b125d commit daa1a1c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions PropertyReadInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* The property read info tells how a property can be read.
*
* @author Joel Wurtz <[email protected]>
*
* @internal
*/
final class PropertyReadInfo
{
Expand Down
2 changes: 0 additions & 2 deletions PropertyWriteInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
* The write mutator defines how a property can be written.
*
* @author Joel Wurtz <[email protected]>
*
* @internal
*/
final class PropertyWriteInfo
{
Expand Down

0 comments on commit daa1a1c

Please sign in to comment.