X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fsymfony%2Fhttp-foundation%2FSession%2FFlash%2FFlashBagInterface.php;fp=vendor%2Fsymfony%2Fhttp-foundation%2FSession%2FFlash%2FFlashBagInterface.php;h=80e97f17cdff35d292b1c13109bc5018ad736203;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=25f3d57b5417b88b17abdc195c83967cfda94367;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php b/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php index 25f3d57b5..80e97f17c 100644 --- a/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php +++ b/vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php @@ -72,8 +72,6 @@ interface FlashBagInterface extends SessionBagInterface /** * Sets all flash messages. - * - * @param array $messages */ public function setAll(array $messages);