Skip to content

Commit 3bcb0c8

Browse files
Merge branch '6.4' into 7.2
* 6.4: - CS fixes
2 parents b9b3c24 + ffcbdf0 commit 3bcb0c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tests/Dumper/MermaidDumperTest.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
104104
."transition4-->place6\n"
105105
."transition5[\"t6\"]\n"
106106
."place5-->transition5\n"
107-
."transition5-->place6",
107+
.'transition5-->place6',
108108
];
109109
yield [
110110
self::createWorkflowWithSameNameTransition(),
@@ -124,7 +124,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
124124
."transition2-->place0\n"
125125
."transition3[\"to_a\"]\n"
126126
."place2-->transition3\n"
127-
."transition3-->place0",
127+
.'transition3-->place0',
128128
];
129129
yield [
130130
self::createSimpleWorkflowDefinition(),
@@ -140,7 +140,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
140140
."linkStyle 1 stroke:Grey\n"
141141
."transition1[\"t2\"]\n"
142142
."place1-->transition1\n"
143-
."transition1-->place2",
143+
.'transition1-->place2',
144144
];
145145
}
146146

@@ -169,7 +169,7 @@ public static function provideWorkflowWithReservedWords(): iterable
169169
."place1-->transition0\n"
170170
."transition1[\"t1\"]\n"
171171
."place2-->transition1\n"
172-
."transition1-->place3",
172+
.'transition1-->place3',
173173
];
174174
}
175175

@@ -186,7 +186,7 @@ public static function provideStateMachine(): iterable
186186
."place3-->|\"My custom transition label 3\"|place1\n"
187187
."linkStyle 1 stroke:Grey\n"
188188
."place1-->|\"t2\"|place2\n"
189-
."place1-->|\"t3\"|place3",
189+
.'place1-->|"t3"|place3',
190190
];
191191
}
192192

@@ -212,7 +212,7 @@ public static function provideWorkflowWithMarking(): iterable
212212
."linkStyle 1 stroke:Grey\n"
213213
."transition1[\"t2\"]\n"
214214
."place1-->transition1\n"
215-
."transition1-->place2",
215+
.'transition1-->place2',
216216
];
217217
}
218218
}

0 commit comments

Comments
 (0)