Skip to content

Commit 2d6471c

Browse files
committed
fixed CS
1 parent 858b853 commit 2d6471c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Test/Fixtures/web/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
case '/post':
8181
$output = json_encode($_POST + ['REQUEST_METHOD' => $vars['REQUEST_METHOD']], JSON_PRETTY_PRINT | JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);
8282
header('Content-Type: application/json', true);
83-
header('Content-Length: '.\strlen($output));
83+
header('Content-Length: '.strlen($output));
8484
echo $output;
8585
exit;
8686

0 commit comments

Comments
 (0)