Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / Session / SessionBagInterface.php
index aca18aacbf89fb177ac1d902c56cf26af5957c01..8e37d06d65da3e729528188503e68e8dae9e10fc 100644 (file)
@@ -27,8 +27,6 @@ interface SessionBagInterface
 
     /**
      * Initializes the Bag.
-     *
-     * @param array $array
      */
     public function initialize(array &$array);