@@ -38,7 +38,7 @@ |
||
38 | 38 | * @throws UnknownContentTypeException |
39 | 39 | */ |
40 | 40 | public function create(string $contentType): BodyParser { |
41 | - if(isset($this->contentTypeToParserMap[strtolower($contentType)])){ |
|
41 | + if(isset($this->contentTypeToParserMap[strtolower($contentType)])) { |
|
42 | 42 | return $this->contentTypeToParserMap[strtolower($contentType)]; |
43 | 43 | } |
44 | 44 |