Skip to content

Commit aaff2f8

Browse files
committed
minor symfony#11494 Fix incorrect quote (Gun5m0k3)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes symfony#11494). Discussion ---------- Fix incorrect quote Commits ------- f11b797 Update workflow.rst
2 parents 892bbda + f11b797 commit aaff2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ transition. The value of this option is any valid expression created with the
431431
to: published
432432
reject:
433433
# or any valid expression language with "subject" referring to the post
434-
guard: "has_role("ROLE_ADMIN") and subject.isStatusReviewed()"
434+
guard: "has_role('ROLE_ADMIN') and subject.isStatusReviewed()"
435435
from: reviewed
436436
to: rejected
437437

0 commit comments

Comments
 (0)