Completed
Pull Request — master (#89)
by
unknown
14:11
created
src/Provider/Keycloak.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -50,17 +50,17 @@
 block discarded – undo
50 50
     public $encryptionKey = null;
51 51
 
52 52
     /**
53
-      * Keycloak version.
54
-      *
55
-      * @var string
56
-      */
53
+     * Keycloak version.
54
+     *
55
+     * @var string
56
+     */
57 57
     public $version = null;
58 58
 
59 59
     /**
60
-      * PKCE method for authentication.
61
-      *
62
-      * @var string
63
-      */
60
+     * PKCE method for authentication.
61
+     *
62
+     * @var string
63
+     */
64 64
     private $pkceMethod = null;
65 65
 
66 66
     /**
Please login to merge, or discard this patch.