File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -178,4 +178,12 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
178178
179179- Refactored MigrationGeneratorCommand to delegate migration execution to the new SchemaMigrationExecutor, aligning with
180180 the Separation of Concerns (SoC) principle.
181- - Normalizer resolution is now conditional and injected only if active normalizers are defined.
181+ - Normalizer resolution is now conditional and injected only if active normalizers are defined.
182+
183+ ## [ Unreleased]
184+
185+ ### Changed
186+
187+ - Removed ` __construct() ` method definitions from ` MigrationGeneratorInterface ` and
188+ ` SchemaNormalizationManagerInterface ` to improve consistency and comply with the Interface Segregation Principle (
189+ SOLID). Thanks to Sven for the valuable input.
You can’t perform that action at this time.
0 commit comments