Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/http-kernel/Event/GetResponseEvent.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 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
27 private $response; | 27 private $response; |
28 | 28 |
29 /** | 29 /** |
30 * Returns the response object. | 30 * Returns the response object. |
31 * | 31 * |
32 * @return Response | 32 * @return Response|null |
33 */ | 33 */ |
34 public function getResponse() | 34 public function getResponse() |
35 { | 35 { |
36 return $this->response; | 36 return $this->response; |
37 } | 37 } |