Passed
Push — master ( 7177b3...7867d6 )
by Tim
14:55
created
src/Assertion/Transformer/NameIdDecryptionTransformer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
             return $assertion;
70 70
         }
71 71
 
72
-        $decryptionKeys  = $this->privateKeyLoader->loadDecryptionKeys($this->identityProvider, $this->serviceProvider);
72
+        $decryptionKeys = $this->privateKeyLoader->loadDecryptionKeys($this->identityProvider, $this->serviceProvider);
73 73
 
74 74
         $decrypted = null;
75 75
         foreach ($decryptionKeys as $index => $key) {
Please login to merge, or discard this patch.
src/Compat/MockContainer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
      * @return string
62 62
      */
63 63
     public function getPOSTRedirectURL(
64
-        /** @scrutinizer ignore-unused */?string $url = null,
64
+        /** @scrutinizer ignore-unused */ ?string $url = null,
65 65
         /** @scrutinizer ignore-unused */array $data = [],
66 66
     ): string {
67 67
         return strval($url);
Please login to merge, or discard this patch.