Mercurial > hg > isophonics-drupal-site
comparison vendor/zendframework/zend-feed/src/Reader/Http/Response.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
73 } | 73 } |
74 | 74 |
75 /** | 75 /** |
76 * Validate that we have a status code argument that will work for our context. | 76 * Validate that we have a status code argument that will work for our context. |
77 * | 77 * |
78 * @param mixed $body | 78 * @param int $statusCode |
79 * @throws Exception\InvalidArgumentException for arguments not castable | 79 * @throws Exception\InvalidArgumentException for arguments not castable |
80 * to integer HTTP status codes. | 80 * to integer HTTP status codes. |
81 */ | 81 */ |
82 private function validateStatusCode($statusCode) | 82 private function validateStatusCode($statusCode) |
83 { | 83 { |