I got this message from the validator of plugins from Envato:
- When creating a callable, never use &$this, use $this instead:
I think he may be wrong with his 'never use'. Are we really NOT SAVING a memory when we are passing an object by reference? Can only clarify on this?
Thank you.