Skip to content

Commit

Permalink
Fix note about private services in upgrade docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Sep 22, 2017
1 parent fd1f3fe commit 6886700
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions upgrades/upgrade_080_090.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Follow the instructions to upgrade your code to this newer version.

* Many services that should not be used directly and are not part of public API
are now marked as private in service container. Remove usage of those services
in your code. Note that some of the services (forms, validators and event
subscribers) were not marked as private due to incompatibilities with
Symfony 2.8, but will be marked as such in a future update.
in your code. Note that some of the services (forms and event subscribers)
were not marked as private due to incompatibilities with Symfony 2.8, but will
be marked as such in a future update.

* Most of the internal ``protected`` dependencies and methods were made
``private``. Rather than extending internal classes, you need to use other
Expand Down

0 comments on commit 6886700

Please sign in to comment.