Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / browser-kit / Response.php
index 984442fbe3691aeb566e7c7c61e7b7bc10226a5d..ba4e416bf80484a8aa9603c26e4157c094a2fa83 100644 (file)
@@ -12,8 +12,6 @@
 namespace Symfony\Component\BrowserKit;
 
 /**
- * Response object.
- *
  * @author Fabien Potencier <fabien@symfony.com>
  */
 class Response
@@ -23,8 +21,6 @@ class Response
     protected $headers;
 
     /**
-     * Constructor.
-     *
      * The headers array is a set of key/value pairs. If a header is present multiple times
      * then the value is an array of all the values.
      *