Skip to content

Commit c9c20fc

Browse files
committed
[2.7][DX] Use constant message contextualisation for deprecations
1 parent 1473645 commit c9c20fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Session/Flash/FlashBag.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public function clear()
161161
*/
162162
public function getIterator()
163163
{
164-
@trigger_error('The '.__METHOD__.' method is deprecated since version 2.4 and will be removed in 3.0.', E_USER_DEPRECATED);
164+
@trigger_error('The '.__METHOD__.' method is deprecated since Symfony 2.4 and will be removed in 3.0.', E_USER_DEPRECATED);
165165

166166
return new \ArrayIterator($this->all());
167167
}

0 commit comments

Comments
 (0)