Completed
Push — master ( fec6f1...fc6f01 )
by Alexandre
03:31
created
src/Extensions/PKCE/Storages/AuthorizationCodeStorageInterface.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,6 +22,6 @@
 block discarded – undo
22 22
      * TODO utiliser un builder
23 23
      */
24 24
     public function setCodeChallenge(AuthorizationCodeInterface $authorizationCode, string $codeChallenge,
25
-                                     string $codeChallengeMethod = 'plain');
25
+                                        string $codeChallengeMethod = 'plain');
26 26
 
27 27
 }
28 28
\ No newline at end of file
Please login to merge, or discard this patch.