Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / symfony / http-foundation / RedirectResponse.php
index cb1c58e8999a56a62a35a45f0fd2616d8389a445..01681dcdf787a1314c716bd6051b1cfc0f69c954 100644 (file)
@@ -48,7 +48,13 @@ class RedirectResponse extends Response
     }
 
     /**
-     * {@inheritdoc}
+     * Factory method for chainability.
+     *
+     * @param string $url     The url to redirect to
+     * @param int    $status  The response status code
+     * @param array  $headers An array of response headers
+     *
+     * @return static
      */
     public static function create($url = '', $status = 302, $headers = array())
     {