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 cb99c27 commit 7df80f9Copy full SHA for 7df80f9
1 file changed
.phpstorm.meta.php
@@ -251,6 +251,27 @@
251
0,
252
argumentsSet('json_encode_flags')
253
);
254
+registerArgumentsSet(
255
+ 'content_types',
256
+ 'application/json',
257
+ 'application/octet-stream',
258
+ 'application/x-www-form-urlencoded',
259
+ 'application/xml',
260
+ 'multipart/form-data',
261
+ 'text/css',
262
+ 'text/html',
263
+ 'text/javascript',
264
+ 'text/markdown',
265
+ 'text/plain',
266
+ 'text/x-php',
267
+ 'text/x-rst',
268
+ 'text/xml',
269
+);
270
+expectedArguments(
271
+ \Framework\HTTP\Client\Request::setContentType(),
272
+ 0,
273
+ argumentsSet('content_types')
274
275
registerArgumentsSet(
276
'response_headers',
277
\Framework\HTTP\ResponseHeader::ACCEPT_RANGES,
0 commit comments