[HttpFoundation] Update docblock for non-working method

This commit is contained in:
Drak 2012-12-19 14:14:03 +00:00
parent ab64da5671
commit 85137778a6

View File

@ -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()