File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ' );
You can’t perform that action at this time.
0 commit comments