Completed
Push — master ( 28284d...1f76eb )
by Ryan
02:25
created
src/Resources/OAuth2.php 1 patch
Braces   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -22,8 +22,9 @@
 block discarded – undo
22 22
 			$scopeString = '';
23 23
 			foreach($scopesArray as $_index => $scopeStr)
24 24
 			{
25
-				if($_index>0)
26
-					$scopeString .= "%20";
25
+				if($_index>0) {
26
+									$scopeString .= "%20";
27
+				}
27 28
 
28 29
 				$scopeString .= $scopeStr;
29 30
 			}
Please login to merge, or discard this patch.