After changing the directory name in Symfony3.4 from web
to public_html
the IDE (PHPStorm with Symfony plugin enabled) keeps highlighting all asset paths:
The website works, all assets are loading fine.
Do I need to change anything to tell the IDE to use the newly renamed folder for assets?
Also edited composer.json
...
"symfony-web-dir": "public_html",
...