Comment Re:It doesn't matter but it does (Score 1) 137
PhpStorm (arguably the best PHP IDE) offers optional "fantom" named parameters, where it would show a faint grey parameter name automatically on all function/method calls. The benefit is that it won't affect the actual source for those who prefer to not have it. Other (freeware) tools may have the same too, I didn't quite check.