Skip to content

add missing comma #7901

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

Merged
merged 2 commits into from
May 17, 2017
Merged

add missing comma #7901

merged 2 commits into from
May 17, 2017

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented May 12, 2017

for consistency with the other entries, I missed that in 7dc3469

@xabbuh xabbuh added this to the 3.2 milestone May 12, 2017
@@ -736,7 +736,7 @@ The available attributes are:
* ``app.session``, a :class:``Symfony\\Component\\HttpFoundation\\Session\\Session`` object;
* ``app.environment``, a string with the name of the execution environment;
* ``app.debug``, a boolean telling whether the debug mode is enabled in the app;
* ``app.token`` (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
* ``app.token``, (a :class:`Symfony\\Component\\Security\\Core\\Authentication\\Token\\TokenInterface`
Copy link
Contributor

@GuilhemN GuilhemN May 13, 2017

Choose a reason for hiding this comment

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

shouldn't we remove the brackets then?

@xabbuh xabbuh merged commit 00993a3 into symfony:3.2 May 17, 2017
xabbuh added a commit that referenced this pull request May 17, 2017
This PR was merged into the 3.2 branch.

Discussion
----------

add missing comma

for consistency with the other entries, I missed that in 7dc3469

Commits
-------

00993a3 Removed unneeded parenthesis
dadadbb add missing comma
@xabbuh xabbuh deleted the pr-7808 branch May 17, 2017 06:41
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