@@ -31,7 +31,7 @@ |
||
31 | 31 | protected function getFilesForPatch($changeId, $revision) |
32 | 32 | { |
33 | 33 | return $this->remoteCall( |
34 | - 'https://review.typo3.org/changes/' . $changeId . '/revisions/' . $revision . '/files' |
|
34 | + 'https://review.typo3.org/changes/'.$changeId.'/revisions/'.$revision.'/files' |
|
35 | 35 | ); |
36 | 36 | } |
37 | 37 |