Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1a24974

Browse files
committed
cs
1 parent 27fee07 commit 1a24974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/HttpFoundation/Request.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ public function toArray(): array
15881588
}
15891589

15901590
if (\PHP_VERSION_ID < 70300 && \JSON_ERROR_NONE !== json_last_error()) {
1591-
throw new JsonException('Could not decode request body: ' . json_last_error_msg(), json_last_error());
1591+
throw new JsonException('Could not decode request body: '.json_last_error_msg(), json_last_error());
15921592
}
15931593

15941594
if (!\is_array($content)) {

0 commit comments

Comments
 (0)