@@ -95,7 +95,7 @@ public function getBlockPrefix()
95
95
*/
96
96
public function loadChoiceList ($ value = null )
97
97
{
98
- @trigger_error (sprintf ('Method "%s" is deprecated since version 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
98
+ @trigger_error (sprintf ('Method "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
99
99
100
100
if (null !== $ this ->choiceList ) {
101
101
return $ this ->choiceList ;
@@ -111,7 +111,7 @@ public function loadChoiceList($value = null)
111
111
*/
112
112
public function loadChoicesForValues (array $ values , $ value = null )
113
113
{
114
- @trigger_error (sprintf ('Method "%s" is deprecated since version 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
114
+ @trigger_error (sprintf ('Method "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
115
115
116
116
// Optimize
117
117
$ values = array_filter ($ values );
@@ -134,7 +134,7 @@ public function loadChoicesForValues(array $values, $value = null)
134
134
*/
135
135
public function loadValuesForChoices (array $ choices , $ value = null )
136
136
{
137
- @trigger_error (sprintf ('Method "%s" is deprecated since version 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
137
+ @trigger_error (sprintf ('Method "%s" is deprecated since Symfony 3.4 and will be removed in 4.0. ' , __METHOD__ ), E_USER_DEPRECATED );
138
138
139
139
// Optimize
140
140
$ choices = array_filter ($ choices );
0 commit comments