Commit 28e67736 authored by Fabien Potencier's avatar Fabien Potencier

merged branch EmanueleMinotto/patch-1 (PR #579)

This PR was merged into the master branch.

Commits
-------

99fada6c Fixed comments (blocks)

Discussion
----------

Fixed comments (blocks)

Right comments in the example (block comments)
parents d6243e37 99fada6c
......@@ -395,8 +395,8 @@ middleware, a requirement, or a default value), you can configure it on
->assert('id', '\d+')
->requireHttps()
->method('get')
->convert('id', function () { // ... })
->before(function () { // ... })
->convert('id', function () { /* ... */ })
->before(function () { /* ... */ })
;
These settings are applied to already registered controllers and they become
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment