@@ -278,7 +278,7 @@ |
||
278 | 278 | } |
279 | 279 | foreach ($this->returnType as $type) { |
280 | 280 | if (!is_string($type) || !$this->isTCommandTextValid($type)) { |
281 | - $msg = $type . " must be a valid TCommandText"; |
|
281 | + $msg = $type." must be a valid TCommandText"; |
|
282 | 282 | return false; |
283 | 283 | } |
284 | 284 | } |