1
0
mirror of https://github.com/guzzle/guzzle.git synced 2025-02-25 02:22:57 +01:00

Adding a shim back for enableMagicMethods() to prevent BC

This commit is contained in:
Michael Dowling 2013-06-03 11:07:21 -07:00
parent fadf7e2371
commit 2ef1b4d7ef

View File

@ -278,4 +278,9 @@ class Client extends HttpClient implements ClientInterface
return $this->commandFactory;
}
/**
* @deprecated
*/
public function enableMagicMethods($isEnabled) {}
}