Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / symfony / http-foundation / Session / Flash / FlashBagInterface.php
index 80e97f17cdff35d292b1c13109bc5018ad736203..f53c9dae6c0aa41d03012fcc7c4bb258223f8d72 100644 (file)
@@ -24,7 +24,7 @@ interface FlashBagInterface extends SessionBagInterface
      * Adds a flash message for type.
      *
      * @param string $type
-     * @param string $message
+     * @param mixed  $message
      */
     public function add($type, $message);