Inappropriate Weak Warning in latest phpStorm 7 EAP
Given the code:<script> function fn(){ return 0; } setInterval(fn, 2000); function f(){ return 0; } setInterval(f, <?=2000?>);</script>The parameter list of the second setInterval function gets marked as a weak warning: Invalid number of parameters, expected 2
Please sign in to leave a comment.