@@ -109,6 +109,9 @@ |
||
| 109 | 109 | } |
| 110 | 110 | } |
| 111 | 111 | |
| 112 | + /** |
|
| 113 | + * @param null|string $contentType |
|
| 114 | + */ |
|
| 112 | 115 | private function isNotAnEmptyDeleteRequestWithNoSetContentType(string $method, $content, ?string $contentType): bool |
| 113 | 116 | { |
| 114 | 117 | return false === ('DELETE' === $method && empty($content) && empty($contentType)); |