Skip to content

Commit

Permalink
Fix allowed canonicalization algorithms
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 26, 2024
1 parent acbda96 commit 14638b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/XML/SignableElementTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function sign(
$canonicalizationAlg,
[
C::C14N_INCLUSIVE_WITH_COMMENTS,
C::C14N_EXCLUSIVE_WITHOUT_COMMENTS,
C::C14N_INCLUSIVE_WITHOUT_COMMENTS,
C::C14N_EXCLUSIVE_WITH_COMMENTS,
C::C14N_EXCLUSIVE_WITHOUT_COMMENTS,
],
Expand Down

0 comments on commit 14638b0

Please sign in to comment.