laravel - configure phpstorm

0

Hi, I'm working on phpstorm, but I've noticed that while developing the project the code editor marks me as a kind of error certain variables. Any way to fix it?

    
asked by Raphael 18.01.2017 в 07:22
source

2 answers

0

Just go to Settings-> Inspections-> Spelling and deactivate Typo

    
answered by 19.01.2017 / 20:41
source
1

These variables mark them because they are not found in the dictionary. If you use variable names in Spanish install a Spanish dictionary and stop marking them as errors.

In Jetbrains you can download the included dictionary plugin Plugin + dictionary

    
answered by 16.03.2018 в 10:04