Completed
Push — 8.7 ( b6d8c1...3ac046 )
by Markus
06:49
created
Classes/Container/PartyContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
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()
Please login to merge, or discard this patch.
Tests/Functional/Store/CredentialStoreTest.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
         );
67 67
 
68 68
         self::assertSame(
69
-          '',
69
+            '',
70 70
             $credential->getCertificate()->getFingerprint()
71 71
         );
72 72
 
Please login to merge, or discard this patch.