Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/routing/RequestContext.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 1fec387a4317 |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
29 private $host; | 29 private $host; |
30 private $scheme; | 30 private $scheme; |
31 private $httpPort; | 31 private $httpPort; |
32 private $httpsPort; | 32 private $httpsPort; |
33 private $queryString; | 33 private $queryString; |
34 private $parameters = array(); | 34 private $parameters = []; |
35 | 35 |
36 /** | 36 /** |
37 * @param string $baseUrl The base URL | 37 * @param string $baseUrl The base URL |
38 * @param string $method The HTTP method | 38 * @param string $method The HTTP method |
39 * @param string $host The HTTP host name | 39 * @param string $host The HTTP host name |