You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
new \Magento\Framework\Phrase('Invalid method %1::%2(%3)', [get_class($this), $method, print_r($args, 1)])
If the $args array contains an object / objects, this will consume a huge amount of memory (to the point it kills my instance locally). For example I discovered this whilst attempting to call a method which did not exist and passed a Product instance as an argument.
The text was updated successfully, but these errors were encountered:
This method throws an exception on failure:
If the $args array contains an object / objects, this will consume a huge amount of memory (to the point it kills my instance locally). For example I discovered this whilst attempting to call a method which did not exist and passed a Product instance as an argument.
The text was updated successfully, but these errors were encountered: