Skip to content

Commit 7626352

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Scheduler] Save checkpoint in a finally block DX: re-apply concat_space [PhpUnitBridge] Allow setting the locale using SYMFONY_PHPUNIT_LOCALE env var [HttpKernel] Improve PHPDoc on `#[AsController]` attribute
2 parents b0e52c5 + ba50c4e commit 7626352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PlantUmlDumperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ public function testDumpWorkflowWithSpacesInTheStateNamesAndDescription()
9696

9797
private function getFixturePath($name, $transitionType): string
9898
{
99-
return __DIR__ . '/../Fixtures/puml/' .$transitionType.'/'.$name.'.puml';
99+
return __DIR__.'/../Fixtures/puml/'.$transitionType.'/'.$name.'.puml';
100100
}
101101
}

0 commit comments

Comments
 (0)