Skip to content

Commit e236cd8

Browse files
committed
fix: remove duplicate normalizePolicyKey method in SignatureTextPolicy
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 1ef2746 commit e236cd8

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/Service/Policy/Provider/SignatureText/SignatureTextPolicy.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,3 @@ private function normalizePolicyKey(string|\BackedEnum $policyKey): string {
6363
return $policyKey;
6464
}
6565
}
66-
67-
private function normalizePolicyKey(string|\BackedEnum $policyKey): string {
68-
if ($policyKey instanceof \BackedEnum) {
69-
return (string)$policyKey->value;
70-
}
71-
72-
return $policyKey;
73-
}
74-
}

0 commit comments

Comments
 (0)