Completed
Pull Request — master (#181)
by Michal
01:50
created
src/Translator.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -201,9 +201,9 @@  discard block
 block discarded – undo
201 201
 		}
202 202
 
203 203
 		if ($id === '') {
204
-		    $id = $message;
205
-		    $domain = NULL;
206
-        }
204
+			$id = $message;
205
+			$domain = NULL;
206
+		}
207 207
 
208 208
 		$result = parent::trans($id, $parameters, $domain, $locale);
209 209
 		if ($result === "\x01") {
@@ -234,10 +234,10 @@  discard block
 block discarded – undo
234 234
 			$id = $message;
235 235
 		}
236 236
 
237
-        if ($id === '') {
238
-            $id = $message;
239
-            $domain = NULL;
240
-        }
237
+		if ($id === '') {
238
+			$id = $message;
239
+			$domain = NULL;
240
+		}
241 241
 
242 242
 		try {
243 243
 			$result = parent::transChoice($id, $number, $parameters, $domain, $locale);
Please login to merge, or discard this patch.