Skip to content

Removing warning about bind + controller + scalar values #9477

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
Mar 25, 2018
Merged

Removing warning about bind + controller + scalar values #9477

merged 2 commits into from
Mar 25, 2018

Conversation

weaverryan
Copy link
Member

Docs for symfony/symfony#26658 :)

@javiereguiluz
Copy link
Member

Sweet! To avoid confusion for readers that may be using 4.0 but reading 4.1 docs, what about adding this:

.. versionadded:: 4.1
    The feature to bind scalar values to controller arguments was introduced in
    Symfony 4.1. Previously you could only autowire services.

@weaverryan
Copy link
Member Author

You're totally right! I added the note.

fabpot added a commit to symfony/symfony that referenced this pull request Mar 25, 2018
…uments (weaverryan)

This PR was merged into the 4.1-dev branch.

Discussion
----------

Adding support to bind scalar values to controller arguments

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | yes
| New feature?  | yes
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25960
| License       | MIT
| Doc PR        | symfony/symfony-docs#9477

Hi guys!

This fixes (I think) the last rough edge with autowiring & error messages. 100% credit to @nicolas-grekas for this implementation - he has generously allowed me to steal his code in return for writing the test. I did test this on a real project.

Cheers!

Commits
-------

2c7198c Adding support to bind scalar values to controller arguments
@weaverryan weaverryan removed the Waiting Code Merge Docs for features pending to be merged label Mar 25, 2018
@weaverryan weaverryan changed the title [WCM] Removing warning about bind + controller + scalar values Removing warning about bind + controller + scalar values Mar 25, 2018
@weaverryan weaverryan merged commit af00dbc into symfony:master Mar 25, 2018
weaverryan added a commit that referenced this pull request Mar 25, 2018
…s (weaverryan)

This PR was squashed before being merged into the master branch (closes #9477).

Discussion
----------

Removing warning about bind + controller + scalar values

Docs for symfony/symfony#26658 :)

Commits
-------

af00dbc adding version note about scalar bind args
4312518 Removing warning about bind + controller + scalar values
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.

3 participants