Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix][httpKernel] Wrong links #7308

Closed
wants to merge 2 commits into from
Closed

[Fix][httpKernel] Wrong links #7308

wants to merge 2 commits into from

Conversation

20uf
Copy link
Contributor

@20uf 20uf commented Jan 2, 2017

Hello here,

Problem

Fixes bad links pointing to the HttpKernel api.
http://symfony.com/doc/current/components/http_kernel.html#the-kernel-request-event

Happy New Year !

Fixes bad links pointing to the HttpKernel api.
@@ -124,9 +124,9 @@ For general information on adding listeners to the events below, see

.. caution::

As of 3.1 the :class:`Symfony\\Component\\Httpkernel\\HttpKernel` accepts a
As of 3.1 the :class:`Symfony\\Component\\HttpKernel` accepts a
Copy link
Member

@javiereguiluz javiereguiluz Jan 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd say that the original reference was correct (except for the uppercase/lowercase problem, of course). See: http://api.symfony.com/3.1/Symfony/Component/HttpKernel/HttpKernel.html

fourth argument, which must be an instance of
:class:`Symfony\\Component\\Httpkernel\\Controller\\ArgumentResolverInterface`.
:class:`Symfony\\Component\\HttpKernel\\Controller\\ArgumentResolverInterface`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch!

Fix - wrong way
@20uf
Copy link
Contributor Author

20uf commented Jan 2, 2017

Thanks @javiereguiluz, Indeed I have done wrong.

Copy link
Member

@javiereguiluz javiereguiluz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Very nice catch! Thanks @20uf.

@xabbuh
Copy link
Member

xabbuh commented Jan 10, 2017

Thank you @20uf.

xabbuh added a commit that referenced this pull request Jan 10, 2017
This PR was submitted for the 3.2 branch but it was merged into the 3.1 branch instead (closes #7308).

Discussion
----------

[Fix][httpKernel] Wrong links

Hello here,

### Problem
Fixes bad links pointing to the HttpKernel api.
http://symfony.com/doc/current/components/http_kernel.html#the-kernel-request-event

Happy New Year !

Commits
-------

3992434 [Fix][httpKernel] Wrong links
@xabbuh xabbuh closed this Jan 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants