@@ -242,6 +242,7 @@ |
||
| 242 | 242 | |
| 243 | 243 | /** |
| 244 | 244 | * @throws \Robo\Exception\TaskException |
| 245 | + * @param string $semverFileContents |
|
| 245 | 246 | */ |
| 246 | 247 | protected function parseFile($semverFileContents) |
| 247 | 248 | { |
@@ -50,7 +50,7 @@ |
||
| 50 | 50 | |
| 51 | 51 | public function testSemverParseFileWithWindowsLineEndings() |
| 52 | 52 | { |
| 53 | - $res = (new \Robo\Task\Development\SemVer(codecept_data_dir().'semver.crlf')) |
|
| 53 | + $res = (new \Robo\Task\Development\SemVer(codecept_data_dir() . 'semver.crlf')) |
|
| 54 | 54 | ->run(); |
| 55 | 55 | verify($res->getMessage())->equals('v1.0.1-RC.1'); |
| 56 | 56 | } |