File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10- ### Fixed
11- - [ GH #274 ] ( https://github.com/jolicode/automapper/pull/274 ) Fix support for Symfony 7.3
12-
10+ ## [ 9.4.0] - 2025-05-30
1311### Added
1412- [ GH #246 ] ( https://github.com/jolicode/automapper/pull/246 ) Add support for PHP 8.4
1513- [ GH #246 ] ( https://github.com/jolicode/automapper/pull/246 ) Add support for API Platform 4
@@ -31,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3129- [ GH #244 ] ( https://github.com/jolicode/automapper/pull/244 ) Avoid double CI run
3230- [ GH #247 ] ( https://github.com/jolicode/automapper/pull/247 ) Update invalid syntax in configuration.md for constant
3331- [ GH #255 ] ( https://github.com/jolicode/automapper/pull/255 ) Fix array and collection when using deep target populate
32+ - [ GH #274 ] ( https://github.com/jolicode/automapper/pull/274 ) Fix support for Symfony 7.3
3433
3534## [ 9.3.1] - 2025-03-07
3635### Fixed
@@ -401,7 +400,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
401400### Fixed
402401* [ AutoMapper] [ GH #179 ] ( https://github.com/janephp/janephp/pull/179 ) Fixing incompatible changes in Symfony 5.0
403402
404- [ Unreleased ] : https://github.com/jolicode/automapper/compare/9.3.1...HEAD
403+ [ Unreleased ] : https://github.com/jolicode/automapper/compare/9.4.0...HEAD
404+ [ 9.4.0 ] : https://github.com/janephp/janephp/compare/9.3.1...9.4.0
405405[ 9.3.1 ] : https://github.com/janephp/janephp/compare/9.3.0...9.3.1
406406[ 9.3.0 ] : https://github.com/janephp/janephp/compare/9.2.1...9.3.0
407407[ 9.2.1 ] : https://github.com/janephp/janephp/compare/9.2.0...9.2.1
Original file line number Diff line number Diff line change @@ -162,6 +162,9 @@ private function resolveTypeName(string $name, \ReflectionClass $declaringClass)
162162 return $ name ;
163163 }
164164
165+ /**
166+ * @phpstan-ignore class.notFound
167+ */
165168 private function createNameScope (string $ class , string $ declaringClass ): NameScope |TypeContext
166169 {
167170 // For Symfony <=7.2. To remove when we drop support for Symfony <= 7.2
You can’t perform that action at this time.
0 commit comments