Strange symbols in phpstorm editor
I've updated phpstorm to PS-171.4424.11 version.
And now most of php files contains strange symbols in editor.
(can't see other file types contains this symbol)
Symbol looks like grey balloon/lines.
I cant remove this symbol editing these files.

Does anyone has this behavior?
Please sign in to leave a comment.
Hi there,
Those are parameter name hints.
You are using custom dark color scheme ... which seem to be unaware of them hence the typical colors are used (that are used for default light scheme).
You can either disable them completely (in case if you do not like them; ... but lots of people are having such first reaction for any new stuff -- give it a try for a one day) or just set the right colors.
https://stackoverflow.com/a/41743975/783119