Skip to content

Commit e391087

Browse files
authored
Fix stray whitespace
1 parent 97c51d4 commit e391087

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/SAML2/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212
class Constants extends \SimpleSAML\SAML2\Constants
1313
{
14-
public const string ENTITY_IDP = 'https://simplesamlphp.org/idp/metadata';
14+
public const string ENTITY_IDP = 'https://simplesamlphp.org/idp/metadata';
1515

1616
public const string ENTITY_SP = 'https://simplesamlphp.org/sp/metadata';
1717

0 commit comments

Comments
 (0)