@@ -28,7 +28,7 @@ |
||
28 | 28 | return $delegate->process($request); |
29 | 29 | } |
30 | 30 | |
31 | - private function isJsonRequest(?string $requestContentType) |
|
31 | + private function isJsonRequest(? string $requestContentType) |
|
32 | 32 | { |
33 | 33 | foreach ($this->jsonContentTypes as $jsonContentType) { |
34 | 34 | if (preg_match($jsonContentType, $requestContentType) > 0) { |