Skip to content

Commit 3d6ccf1

Browse files
committed
Fix typo
1 parent b536bf7 commit 3d6ccf1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Saml2/Auth.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ public function getAttribute($name)
481481
*/
482482
public function getAttributeWithFriendlyName($friendlyName)
483483
{
484-
assert('is_string($friendlyName)');
484+
assert(is_string($friendlyName));
485485
$value = null;
486486
if (isset($this->_attributesWithFriendlyName[$friendlyName])) {
487487
return $this->_attributesWithFriendlyName[$friendlyName];

0 commit comments

Comments
 (0)