10000 Updated the serializer/* articles to Symfony 4 by javiereguiluz · Pull Request #8687 · symfony/symfony-docs · GitHub
[go: up one dir, main page]

Skip to content

Updated the serializer/* articles to Symfony 4 #8687

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 3 commits into from
Nov 21, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed a RST reference
  • Loading branch information
javiereguiluz committed Nov 19, 2017
commit b3ef6c37ecf27c81328e9dd27b73043dd5125cc2
2 changes: 1 addition & 1 deletion service_container/3.3-di-changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ In general, the new best practice is to use normal constructor dependency inject
(or "action" injection in controllers) instead of fetching public services via
``$this->get()`` (though that does still work).

_service_autoconfigure:
.. _service_autoconfigure:

4) Auto-tagging with autoconfigure
----------------------------------
Expand Down
0