diff --git a/src/Guzzle/Service/Client.php b/src/Guzzle/Service/Client.php index 833311d0..ab4f14f0 100644 --- a/src/Guzzle/Service/Client.php +++ b/src/Guzzle/Service/Client.php @@ -278,4 +278,9 @@ class Client extends HttpClient implements ClientInterface return $this->commandFactory; } + + /** + * @deprecated + */ + public function enableMagicMethods($isEnabled) {} }