Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  [PropertyInfo] Remove `@internal` directives to allow extensions with no static-analysis errors
  • Loading branch information
chalasr committed Dec 31, 2024
2 parents eb5ab67 + daa1a1c commit 1dfeb0d
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 1dfeb0d

Please sign in to comment.