We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac9f262 commit ba50c4eCopy full SHA for ba50c4e
Tests/Dumper/PlantUmlDumperTest.php
@@ -96,6 +96,6 @@ public function testDumpWorkflowWithSpacesInTheStateNamesAndDescription()
96
97
private function getFixturePath($name, $transitionType): string
98
{
99
- return __DIR__ . '/../Fixtures/puml/' .$transitionType.'/'.$name.'.puml';
+ return __DIR__.'/../Fixtures/puml/'.$transitionType.'/'.$name.'.puml';
100
}
101
0 commit comments