Skip to content

Commit

Permalink
Fix typo Utils.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk authored May 15, 2024
1 parent 451298d commit 944efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Saml2/Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ public static function treeCopyReplace(DomNode $targetNode, DomNode $sourceNode,
*/
public static function formatCert($x509cert, $heads = true)
{
if (is_null($cert)) {
if (is_null($x509cert)) {
return;
}

Expand Down

0 comments on commit 944efe9

Please sign in to comment.