Skip to content

Commit 22eea23

Browse files
committed
Fix changed spacing
1 parent 173a156 commit 22eea23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Saml2/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ public function getAttributes()
727727

728728
/** @var $entry DOMNode */
729729
foreach ($entries as $entry) {
730-
$attributeName = $entry->attributes->getNamedItem('Name')->nodeValue;
730+
$attributeName = $entry->attributes->getNamedItem('Name')->nodeValue;
731731

732732
if (in_array($attributeName, array_keys($attributes))) {
733733
throw new OneLogin_Saml2_ValidationError(

0 commit comments

Comments
 (0)