Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / ParameterBag.php
index c0b36479f5b67c96c504b4deaa3d95e0566d7f66..257ef8bceaa43cd7498a19e1c4c7923983b9915f 100644 (file)
@@ -20,14 +20,10 @@ class ParameterBag implements \IteratorAggregate, \Countable
 {
     /**
      * Parameter storage.
-     *
-     * @var array
      */
     protected $parameters;
 
     /**
-     * Constructor.
-     *
      * @param array $parameters An array of parameters
      */
     public function __construct(array $parameters = array())