Skip to content

Commit

Permalink
Adding missing trailing comma as per @jaapio's review
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocramius authored and maglnet committed Oct 10, 2018
1 parent 22df0f6 commit d669366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/reference/advanced-configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Here is an example of such setup:
{
"autoload": {
"psr-4": {
"MyProject\\": "path/to/project/sources/"
"MyProject\\": "path/to/project/sources/",
"GeneratedProxies\\": "path/to/generated/proxies/"
}
}
Expand Down

0 comments on commit d669366

Please sign in to comment.