4
It is a hint that your method could be better, perhaps by dividing it into sub-methods. But this does not need to be followed to the letter and does not always mean that your code can be improved.
You can disable or configure these tips in:
- Tools -> Options -> Editor -> Tips (EN: Tools->Options->Editor->Hints)
- Choose the language in your PHP case
- Look for the 'Many lines' option (EN: "Too Many Lines") and set or uncheck the option to disable.
Related: Why Netbeans Suggests to Improve for?. Don’t go too far into netbeans ideas
– rray
Every time someone gets a warning like that, they go to Hints that must be there the cause.
– Jorge B.