mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-30 19:43:49 +00:00
Rename getVersion
to getNormalizationVersion
.
This change improves clarity by making the method name more descriptive and aligned with its purpose. All relevant interfaces, classes, and tests have been updated accordingly to reflect this renaming.
This commit is contained in:
@@ -111,7 +111,7 @@ class StepFilterOnDate implements FilterInterface
|
||||
];
|
||||
}
|
||||
|
||||
public function getVersion(): int
|
||||
public function getNormalizationVersion(): int
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
@@ -144,7 +144,7 @@ final readonly class UserJobFilter implements FilterInterface, DataTransformerIn
|
||||
];
|
||||
}
|
||||
|
||||
public function getVersion(): int
|
||||
public function getNormalizationVersion(): int
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user