Skip to content

Commit c0a2b49

Browse files
committed
Update code completion for Content-Types
1 parent 7de4838 commit c0a2b49

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.phpstorm.meta.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,10 +590,12 @@
590590
registerArgumentsSet(
591591
'content_types',
592592
'application/json',
593+
'application/octet-stream',
593594
'application/xml',
594595
'text/css',
595596
'text/html',
596597
'text/javascript',
598+
'text/plain',
597599
'text/xml',
598600
);
599601
registerArgumentsSet(

0 commit comments

Comments
 (0)