@@ -104,7 +104,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
104
104
."transition4-->place6 \n"
105
105
."transition5[ \"t6 \"] \n"
106
106
."place5-->transition5 \n"
107
- ." transition5-->place6 " ,
107
+ .' transition5-->place6 ' ,
108
108
];
109
109
yield [
110
110
self ::createWorkflowWithSameNameTransition (),
@@ -124,7 +124,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
124
124
."transition2-->place0 \n"
125
125
."transition3[ \"to_a \"] \n"
126
126
."place2-->transition3 \n"
127
- ." transition3-->place0 " ,
127
+ .' transition3-->place0 ' ,
128
128
];
129
129
yield [
130
130
self ::createSimpleWorkflowDefinition (),
@@ -140,7 +140,7 @@ public static function provideWorkflowDefinitionWithoutMarking(): iterable
140
140
."linkStyle 1 stroke:Grey \n"
141
141
."transition1[ \"t2 \"] \n"
142
142
."place1-->transition1 \n"
143
- ." transition1-->place2 " ,
143
+ .' transition1-->place2 ' ,
144
144
];
145
145
}
146
146
@@ -169,7 +169,7 @@ public static function provideWorkflowWithReservedWords(): iterable
169
169
."place1-->transition0 \n"
170
170
."transition1[ \"t1 \"] \n"
171
171
."place2-->transition1 \n"
172
- ." transition1-->place3 " ,
172
+ .' transition1-->place3 ' ,
173
173
];
174
174
}
175
175
@@ -186,7 +186,7 @@ public static function provideStateMachine(): iterable
186
186
."place3-->| \"My custom transition label 3 \"|place1 \n"
187
187
."linkStyle 1 stroke:Grey \n"
188
188
."place1-->| \"t2 \"|place2 \n"
189
- ." place1-->| \ "t3 \ "|place3 " ,
189
+ .' place1-->|"t3"|place3 ' ,
190
190
];
191
191
}
192
192
@@ -212,7 +212,7 @@ public static function provideWorkflowWithMarking(): iterable
212
212
."linkStyle 1 stroke:Grey \n"
213
213
."transition1[ \"t2 \"] \n"
214
214
."place1-->transition1 \n"
215
- ." transition1-->place2 " ,
215
+ .' transition1-->place2 ' ,
216
216
];
217
217
}
218
218
}
0 commit comments