@@ -30,7 +30,7 @@ |
||
30 | 30 | |
31 | 31 | public function getSpEntityDescriptorStore() |
32 | 32 | { |
33 | - return $this->container->getInstance(SpEntityDescriptorStore::class);; |
|
33 | + return $this->container->getInstance(SpEntityDescriptorStore::class); ; |
|
34 | 34 | } |
35 | 35 | |
36 | 36 | public function getTrustOptionsStore() |
@@ -66,7 +66,7 @@ |
||
66 | 66 | ); |
67 | 67 | |
68 | 68 | self::assertSame( |
69 | - '', |
|
69 | + '', |
|
70 | 70 | $credential->getCertificate()->getFingerprint() |
71 | 71 | ); |
72 | 72 |