Passed
Push — master ( cc9651...b913e4 )
by Jelmer
05:03
created
src/ServerMiddleware/JsonRequestParserMiddleware.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,7 @@
 block discarded – undo
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) {
Please login to merge, or discard this patch.