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:
2025-03-10 21:37:32 +01:00
parent 4fc433cd63
commit 229f9b7125
8 changed files with 14 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ class StepFilterOnDate implements FilterInterface
];
}
public function getVersion(): int
public function getNormalizationVersion(): int
{
return 1;
}

View File

@@ -144,7 +144,7 @@ final readonly class UserJobFilter implements FilterInterface, DataTransformerIn
];
}
public function getVersion(): int
public function getNormalizationVersion(): int
{
return 1;
}