From 85137778a65223b5b4acfa35c6e5429bc51b7a7c Mon Sep 17 00:00:00 2001 From: Drak Date: Wed, 19 Dec 2012 14:14:03 +0000 Subject: [PATCH] [HttpFoundation] Update docblock for non-working method --- .../Component/HttpFoundation/Session/Flash/FlashBag.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php b/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php index ce9308e154..f0a00d66a0 100644 --- a/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php +++ b/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php @@ -177,6 +177,11 @@ class FlashBag implements FlashBagInterface, \IteratorAggregate, \Countable /** * Returns the number of flashes. * + * This method does not work. + * + * @deprecated in 2.2, removed in 2.3 + * @see https://github.com/symfony/symfony/issues/6408 + * * @return int The number of flashes */ public function count()