Completed
Push — master ( e54d78...c25c8e )
by Kevin
07:59
created
lib/TestCase/Configurable/Interpolator.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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)) {
Please login to merge, or discard this patch.