@@ -13,6 +13,9 @@ |
||
| 13 | 13 | return $this->getStatusCode(); |
| 14 | 14 | } |
| 15 | 15 | |
| 16 | + /** |
|
| 17 | + * @return string |
|
| 18 | + */ |
|
| 16 | 19 | public function getContentType() |
| 17 | 20 | { |
| 18 | 21 | $exploded = explode(';', $this->hasHeader('Content-Type') ? $this->getHeader('Content-Type')[0] : null); |