Skip to content

Commit ba50c4e

Browse files
committed
DX: re-apply concat_space
1 parent ac9f262 commit ba50c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Dumper/PlantUmlDumperTest.php

+1-1
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)