$this->disableMethod(example::class, 'get_something', $something);
Will throw an exception stating that argument 4 must be an array
The internal getDisableFunctionClosure method needs to be updated to allow for null arguments for the return value and argument capture variables.
Will throw an exception stating that argument 4 must be an array
The internal
getDisableFunctionClosuremethod needs to be updated to allow for null arguments for the return value and argument capture variables.