Skip to content

Commit

Permalink
ReflectorMetaSource is marked as internal
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Nov 26, 2024
1 parent 031740d commit b031de6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

### Changed

- Improved accuracy of metadata-related error messages
- Metadata
- Improved accuracy of metadata-related error messages
- `ReflectorMetaSource` is marked as `@internal`

## [0.2.0](https://github.com/orisai/object-mapper/compare/0.1.0...0.2.0) - 2024-06-22

Expand Down
3 changes: 3 additions & 0 deletions src/Meta/Source/ReflectorMetaSource.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
use function get_class;
use function sprintf;

/**
* @internal
*/
abstract class ReflectorMetaSource implements MetaSource
{

Expand Down

0 comments on commit b031de6

Please sign in to comment.