Skip to content

Commit

Permalink
arguments are separated with comma
Browse files Browse the repository at this point in the history
when looking at the regex it is not collon but comma that separates arguments
  • Loading branch information
danez committed Dec 19, 2013
1 parent f7f1919 commit 7a93e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ public function cShowAction(Book $book)
/**
* @Route("/book/{id}")
* @Breadcrumb("Books")
* @Breadcrumb("{book.title:argument1: argument2}")
* @Breadcrumb("{book.title:argument1,argument2}")
*/
public function dShowAction(Book $book)
{
Expand Down

0 comments on commit 7a93e61

Please sign in to comment.