Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 52d2ab9

Browse filesBrowse files
committed
bug symfony#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 symfony#58988](symfony#58988) | License | MIT Commits ------- 7f251da [PropertyInfo] Remove ``@internal`` directives to allow extensions with no static-analysis errors
2 parents 1236323 + 7f251da commit 52d2ab9
Copy full SHA for 52d2ab9

File tree

Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+0
-4
lines changed

‎src/Symfony/Component/PropertyInfo/PropertyReadInfo.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyReadInfo.php
-2Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php
-2Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.