Reputation: 151
Everything is running well but I ‘m still getting this red underline in the scripts. Any one to explain why and how to remove it?
Upvotes: 1
Views: 3404
Reputation: 15381
Switch to using the Inteliphense plugin.
The built in PHP language features have issues with some PHP features. Your code is validated under Inteliphense.
Remove any other PHP intellisense plugins.
Make sure that you have followed the Inteliphense instructions when you install it, specifically:
Upvotes: 2