Mercurial > hg > cmmr2012-drupal-site
comparison vendor/zendframework/zend-feed/src/Reader/Http/Response.php @ 4:a9cd425dd02b
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:11:55 +0000 |
parents | c75dbcec494b |
children |
comparison
equal
deleted
inserted
replaced
3:307d7a7fd348 | 4:a9cd425dd02b |
---|---|
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 { |