We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 688f957 commit dbd8ba6Copy full SHA for dbd8ba6
Test/Fixtures/web/index.php
@@ -157,7 +157,7 @@
157
exit;
158
159
case '/json':
160
- header("Content-Type: application/json");
+ header('Content-Type: application/json');
161
echo json_encode([
162
'documents' => [
163
['id' => '/json/1'],
@@ -170,7 +170,7 @@
170
case '/json/1':
171
case '/json/2':
172
case '/json/3':
173
174
175
'title' => $vars['REQUEST_URI'],
176
]);
0 commit comments