Skip to content

Commit 15adb98

Browse files
committed
Make MapperMetadata non-internal because it is used within PropertyTransformerSupportInterface interface
1 parent ccdc791 commit 15adb98

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- [GH#135](https://github.com/jolicode/automapper/pull/135) Fix return type of AutoMapper::create()
1717
- [GH#139](https://github.com/jolicode/automapper/pull/139) Fix unreachable variable in BuitinTransformer
1818
- [GH#138](https://github.com/jolicode/automapper/pull/138) Declare CopyTransformerFactory as a service
19+
- [GH#140](https://github.com/jolicode/automapper/pull/140) Make MapperMetadata non-internal because it is used within PropertyTransformerSupportInterface interface
1920

2021
## [9.0.1] - 2024-05-10
2122
### Fixed

src/Metadata/MapperMetadata.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66

77
use AutoMapper\AutoMapper;
88

9-
/**
10-
* @internal
11-
*/
129
class MapperMetadata
1310
{
1411
/** @var class-string<object> */

0 commit comments

Comments
 (0)