Update Container.php: Deprecated -> @deprecated

Deprecated -> @deprecated
This commit is contained in:
Yurii K 2017-08-06 02:56:19 +03:00 committed by GitHub
parent 84b6593cd1
commit 259f9cc4ad

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
*/