| @@ -224,7 +224,9 @@ | ||
| 224 | 224 | * if source lang and target lang are the same | 
| 225 | 225 | * just return the string without any request to google | 
| 226 | 226 | */ | 
| 227 | - if ($this->source == $this->target) return $string; | |
| 227 | +        if ($this->source == $this->target) { | |
| 228 | + return $string; | |
| 229 | + } | |
| 228 | 230 | |
| 229 | 231 | $responseArray = $this->getResponse($string); | 
| 230 | 232 | |