8000 minor #59476 [PhpUnitBridge] Mark `AttributeReader` as internal (HypeMC) · symfony/symfony@bc91d81 · GitHub
[go: up one dir, main page]

Skip to content

Commit bc91d81

Browse files
committed
minor #59476 [PhpUnitBridge] Mark AttributeReader as internal (HypeMC)
This PR was merged into the 7.3 branch. Discussion ---------- [PhpUnitBridge] Mark `AttributeReader` as internal | Q | A | ------------- | --- | Branch? | 7.3 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Follow-up to #59384 Didn't notice this in my original PR, but it'd make sense for the `AttributeReader` class to be marked as internal. Commits ------- ba073c2 [PhpUnitBridge] Mark `AttributeReader` as internal
2 parents dfcc142 + ba073c2 commit bc91d81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bridge/PhpUnit/Metadata/AttributeReader.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
namespace Symfony\Bridge\PhpUnit\Metadata;
1313

1414
/**
15+
* @internal
16+
*
1517
* @template T of object
1618
*/
1719
final class AttributeReader

0 commit comments

Comments
 (0)
0