Completed
Push — master ( 29039c...6ff0ec )
by Gareth
04:21 queued 11s
created
src/HttpPlayback/HttpPlayback.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@
 block discarded – undo
122 122
 
123 123
     public function getRecordFilePath()
124 124
     {
125
-        $path = $this->getRecordLocation() . $this->recordFileName;
125
+        $path = $this->getRecordLocation().$this->recordFileName;
126 126
         $path = str_replace("\\", "/", $path);
127 127
 
128 128
         return $path;
Please login to merge, or discard this patch.