Skip to content

Commit 988cc51

Browse files
authored
Fix missing comma
1 parent 91d0641 commit 988cc51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/operations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ class BookSpecial
445445
* @Route(
446446
* name="book_special",
447447
* path="/books/{id}/special",
448-
* methods={"PUT"}
448+
* methods={"PUT"},
449449
* defaults={"_api_resource_class"=Book::class, "_api_item_operation_name"="special"}
450450
* )
451451
*/

0 commit comments

Comments
 (0)