File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Below is the configuration for the pull request state machine.
8181 marking_store :
8282 type : ' method'
8383 property : ' currentPlace'
84- # The supports options is useful only if you are using twig functions ('workflow_*')
84+ # The " supports" option is useful only if you are using Twig functions ('workflow_*')
8585 supports :
8686 - App\Entity\PullRequest
8787 initial_marking : start
@@ -132,7 +132,7 @@ Below is the configuration for the pull request state machine.
132132
133133 <framework : marking-store type =" method" property =" currentPlace" />
134134
135- <!-- The supports options is useful only if you are using twig functions ('workflow_*') -->
135+ <!-- The " supports" option is useful only if you are using Twig functions ('workflow_*') -->
136136 <framework : support >App\Entity\PullRequest</framework : support >
137137
138138 <framework : place >start</framework : place >
@@ -201,7 +201,7 @@ Below is the configuration for the pull request state machine.
201201
202202 $pullRequest
203203 ->type('state_machine')
204- // The supports options is useful only if you are using twig functions ('workflow_*')
204+ // The " supports" option is useful only if you are using Twig functions ('workflow_*')
205205 ->supports(['App\Entity\PullRequest'])
206206 ->initialMarking(['start']);
207207
You can’t perform that action at this time.
0 commit comments