I recognized that there are new hints in Netbeans 7.4 for PHP coding.
For example there is a "Too Many Lines" hint which says:
Method Length is 115 Lines (10 allowed)
Another hint is:
Too Many Nested Blocks in Function Declaration.
I found out that I can disable each Hint under: Tools > Options > Editor > Hints > PHP.
But I don't want to disable the Too Many Lines Hint completely. What I want to do is to configure the IDE to allow 100 lines instead of 10. Is there a way to set the coding rules?
