minor #23798 Update Container.php: Deprecated -> @deprecated (yurii-github)

This PR was merged into the 3.3 branch.

Discussion
----------

Update Container.php: Deprecated -> @deprecated

small typo fix
Deprecated -> @deprecated

Commits
-------

259f9cc Update Container.php: Deprecated -> @deprecated
This commit is contained in:
Robin Chalas 2017-08-06 12:15:16 +02:00
commit 9269ee1afd

View File

@ -111,7 +111,7 @@ class Container implements ResettableContainerInterface
/**
* Returns true if the container parameter bag are frozen.
*
* Deprecated since 3.3, to be removed in 4.0.
* @deprecated since version 3.3, to be removed in 4.0.
*
* @return bool true if the container parameter bag are frozen, false otherwise
*/