Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
4ff57c73
Commit
4ff57c73
authored
Oct 06, 2016
by
Carlos Buenosvinos
Committed by
GitHub
Oct 06, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RequestStack link in Services documentation is broken
There was an extra space breaking the URL formatting
parent
0115e23e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/services.rst
doc/services.rst
+1
-1
No files found.
doc/services.rst
View file @
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::
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment