Completed
Pull Request — master (#146)
by
unknown
01:46
created
src/PrefixedTranslator.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@  discard block
 block discarded – undo
71 71
 
72 72
 		if ($message instanceof Phrase) {
73 73
 			if ($domain) {
74
-				$domain = $this->prefix . '.' . $message->domain;
74
+				$domain = $this->prefix.'.'.$message->domain;
75 75
 			} else {
76 76
 				$domain = $this->prefix;
77 77
 			}
@@ -87,7 +87,7 @@  discard block
 block discarded – undo
87 87
 		}
88 88
 
89 89
 		if ($domain) {
90
-			$domain = $this->prefix . '.' . $domain;
90
+			$domain = $this->prefix.'.'.$domain;
91 91
 		} else {
92 92
 			$domain = $this->prefix;
93 93
 		}
Please login to merge, or discard this patch.