We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1473645 commit c9c20fcCopy full SHA for c9c20fc
Session/Flash/FlashBag.php
@@ -161,7 +161,7 @@ public function clear()
161
*/
162
public function getIterator()
163
{
164
- @trigger_error('The '.__METHOD__.' method is deprecated since version 2.4 and will be removed in 3.0.', E_USER_DEPRECATED);
+ @trigger_error('The '.__METHOD__.' method is deprecated since Symfony 2.4 and will be removed in 3.0.', E_USER_DEPRECATED);
165
166
return new \ArrayIterator($this->all());
167
}
0 commit comments