Completed
Push — master ( ccbb9f...690f00 )
by Nikolai
01:26
created
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.
sami.config.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 
3 3
 return new Sami\Sami(
4
-    'src', [
5
-        'title'     => 'Crowdin API',
6
-        'build_dir' => 'build/api',
7
-        'cache_dir' => 'build/cache',
8
-    ]
4
+	'src', [
5
+		'title'     => 'Crowdin API',
6
+		'build_dir' => 'build/api',
7
+		'cache_dir' => 'build/cache',
8
+	]
9 9
 );
Please login to merge, or discard this patch.