Completed
Push — master ( b3eb30...cab5fa )
by Terrence
03:16
created
src/Provider/CILogon.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -69,12 +69,12 @@
 block discarded – undo
69 69
         ];
70 70
     }
71 71
 
72
-     /**
73
-     * Returns the string that should be used to separate scopes when building
74
-     * the URL for requesting an access token.
75
-     *
76
-     * @return string Scope separator, defaults to space 
77
-     */
72
+        /**
73
+         * Returns the string that should be used to separate scopes when building
74
+         * the URL for requesting an access token.
75
+         *
76
+         * @return string Scope separator, defaults to space 
77
+         */
78 78
     protected function getScopeSeparator()
79 79
     {
80 80
         return ' ';
Please login to merge, or discard this patch.