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