@@ -1011,7 +1011,7 @@ public function count()
1011
1011
/**
1012
1012
* Alias of {@link setDefault()}.
1013
1013
*
1014
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1014
+ * @deprecated since version 2.6, to be removed in 3.0.
1015
1015
*/
1016
1016
public function set ($ option , $ value )
1017
1017
{
@@ -1023,7 +1023,7 @@ public function set($option, $value)
1023
1023
/**
1024
1024
* Shortcut for {@link clear()} and {@link setDefaults()}.
1025
1025
*
1026
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1026
+ * @deprecated since version 2.6, to be removed in 3.0.
1027
1027
*/
1028
1028
public function replace (array $ defaults )
1029
1029
{
@@ -1037,7 +1037,7 @@ public function replace(array $defaults)
1037
1037
/**
1038
1038
* Alias of {@link setDefault()}.
1039
1039
*
1040
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1040
+ * @deprecated since version 2.6, to be removed in 3.0.
1041
1041
*/
1042
1042
public function overload ($ option , $ value )
1043
1043
{
@@ -1049,7 +1049,7 @@ public function overload($option, $value)
1049
1049
/**
1050
1050
* Alias of {@link offsetGet()}.
1051
1051
*
1052
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1052
+ * @deprecated since version 2.6, to be removed in 3.0.
1053
1053
*/
1054
1054
public function get ($ option )
1055
1055
{
@@ -1061,7 +1061,7 @@ public function get($option)
1061
1061
/**
1062
1062
* Alias of {@link offsetExists()}.
1063
1063
*
1064
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1064
+ * @deprecated since version 2.6, to be removed in 3.0.
1065
1065
*/
1066
1066
public function has ($ option )
1067
1067
{
@@ -1073,7 +1073,7 @@ public function has($option)
1073
1073
/**
1074
1074
* Shortcut for {@link clear()} and {@link setDefaults()}.
1075
1075
*
1076
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1076
+ * @deprecated since version 2.6, to be removed in 3.0.
1077
1077
*/
1078
1078
public function replaceDefaults (array $ defaultValues )
1079
1079
{
@@ -1087,7 +1087,7 @@ public function replaceDefaults(array $defaultValues)
1087
1087
/**
1088
1088
* Alias of {@link setDefined()}.
1089
1089
*
1090
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1090
+ * @deprecated since version 2.6, to be removed in 3.0.
1091
1091
*/
1092
1092
public function setOptional (array $ optionNames )
1093
1093
{
@@ -1099,7 +1099,7 @@ public function setOptional(array $optionNames)
1099
1099
/**
1100
1100
* Alias of {@link isDefined()}.
1101
1101
*
1102
- * @deprecated Deprecated as of Symfony 2.6, to be removed in Symfony 3.0.
1102
+ * @deprecated since version 2.6, to be removed in 3.0.
1103
1103
*/
1104
1104
public function isKnown ($ option )
1105
1105
{
0 commit comments