Completed
Push — master ( a108e7...e09842 )
by Gareth
03:22
created
src/HttpPlayback/HttpPlayback.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -134,7 +134,7 @@  discard block
 block discarded – undo
134 134
             $dirPos = strrpos($dir, "src/API");
135 135
             $dir = substr($dir, 0, $dirPos);
136 136
 
137
-            $this->recordLocation = $dir . 'Resources/recordings/';
137
+            $this->recordLocation = $dir.'Resources/recordings/';
138 138
         }
139 139
 
140 140
         return $this->recordLocation;
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
 
143 143
     public function getRecordFilePath()
144 144
     {
145
-        $path = $this->getRecordLocation() . $this->recordFileName;
145
+        $path = $this->getRecordLocation().$this->recordFileName;
146 146
         $path = str_replace("\\", "/", $path);
147 147
 
148 148
         return $path;
Please login to merge, or discard this patch.