Project

General

Profile

« Previous | Next » 

Revision 2993b24a

Added by jeremyevans (Jeremy Evans) over 5 years ago

Warn for calling public/protected/private/module_function without arguments inside method

Calling these methods without an argument does not have the
desired effect inside a method.

Fixes [Bug #13249]