We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b536bf7 commit 3d6ccf1Copy full SHA for 3d6ccf1
1 file changed
src/Saml2/Auth.php
@@ -481,7 +481,7 @@ public function getAttribute($name)
481
*/
482
public function getAttributeWithFriendlyName($friendlyName)
483
{
484
- assert('is_string($friendlyName)');
+ assert(is_string($friendlyName));
485
$value = null;
486
if (isset($this->_attributesWithFriendlyName[$friendlyName])) {
487
return $this->_attributesWithFriendlyName[$friendlyName];
0 commit comments