Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / Session / Flash / FlashBagInterface.php
index 25f3d57b5417b88b17abdc195c83967cfda94367..80e97f17cdff35d292b1c13109bc5018ad736203 100644 (file)
@@ -72,8 +72,6 @@ interface FlashBagInterface extends SessionBagInterface
 
     /**
      * Sets all flash messages.
-     *
-     * @param array $messages
      */
     public function setAll(array $messages);