Commit 7272d90e authored by Fabien Potencier's avatar Fabien Potencier

minor #1433 RequestStack link in Services documentation is broken (carlosbuenosvinos)

This PR was merged into the 2.0.x-dev branch.

Discussion
----------

RequestStack link in Services documentation is broken

There was an extra space breaking the URL formatting

Commits
-------

4ff57c73 RequestStack link in Services documentation is broken
parents 0115e23e 4ff57c73
...@@ -167,7 +167,7 @@ Core services ...@@ -167,7 +167,7 @@ Core services
Silex defines a range of services. Silex defines a range of services.
* **request_stack**: Controls the lifecycle of requests, an instance of * **request_stack**: Controls the lifecycle of requests, an instance of
`RequestStack <http://api.symfony.com/master/Symfony/Component/HttpFoundation/RequestStack.html>` _. `RequestStack <http://api.symfony.com/master/Symfony/Component/HttpFoundation/RequestStack.html>`_.
It gives you access to ``GET``, ``POST`` parameters and lots more! It gives you access to ``GET``, ``POST`` parameters and lots more!
Example usage:: Example usage::
......
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