Skip to content

Commit d3fe5d8

Browse files
committed
Fix coding style
1 parent 0043033 commit d3fe5d8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/SAML2/AssertionTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,7 @@ public function testVerifySignedAssertionWrongKeyDSA(): void
11921192
/**
11931193
* Try to parse a signed assertion with more than two transforms.
11941194
*/
1195-
public function testVerifySignedAssertionTooManyTransforms() : void
1195+
public function testVerifySignedAssertionTooManyTransforms(): void
11961196
{
11971197
$doc = new DOMDocument();
11981198
$doc->load(__DIR__ . '/signedassertion_too_many_transforms.xml');
@@ -1207,7 +1207,7 @@ public function testVerifySignedAssertionTooManyTransforms() : void
12071207
/**
12081208
* Try to parse a signed assertion with a transform algorithm that is not allowed.
12091209
*/
1210-
public function testVerifySignedAssertionProhibitedTransform() : void
1210+
public function testVerifySignedAssertionProhibitedTransform(): void
12111211
{
12121212
$doc = new DOMDocument();
12131213
$doc->load(__DIR__ . '/signedassertion_prohibited_transform.xml');

0 commit comments

Comments
 (0)