@@ -134,7 +134,7 @@ discard block |
||
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 |
||
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; |