@@ -22,7 +22,7 @@ |
||
| 22 | 22 | |
| 23 | 23 | public function interpolate($string) |
| 24 | 24 | { |
| 25 | - $this->logger->info('Interpolating string: ' . $string); |
|
| 25 | + $this->logger->info('Interpolating string: '.$string); |
|
| 26 | 26 | $matches = null; |
| 27 | 27 | // Finding {{product->setEntityId(123)->load()}} type methods |
| 28 | 28 | if (preg_match('/\{\{([^{]+)\}\}/', $string, $matches)) { |