Completed
Push — master ( b6e3f0...4b6bf0 )
by Nikolai
02:45
created
src/Crowdin.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
 		$this->projectId = $projectId;
51 51
 		$this->apiKey = $apiKey;
52 52
 
53
-		$this->httpClient  = isset($client) ? $client : new HttpClient(['base_uri' => $baseUri]);
53
+		$this->httpClient = isset($client) ? $client : new HttpClient(['base_uri' => $baseUri]);
54 54
 	}
55 55
 
56 56
 	/**
Please login to merge, or discard this patch.
src/Languageproject.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -182,8 +182,7 @@
 block discarded – undo
182 182
 						];
183 183
 					}
184 184
 				}
185
-			}
186
-			else
185
+			} else
187 186
 			{
188 187
 				$array[] = [
189 188
 					'name'     => $name,
Please login to merge, or discard this patch.