Skip to content

Commit 34d0152

Browse files
committed
fix: remove duplicate normalizePolicyKey method in SignatureTextPolicy
1 parent 4bd3a7f commit 34d0152

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)