From ebb89d1cbb56d059e25d76e43da9501f9b3c208b Mon Sep 17 00:00:00 2001 From: Cristian Quiroz Date: Mon, 23 Jan 2017 10:53:32 +0000 Subject: [PATCH] Remove construct from interface We do this to make this package compatible with M2 DI compile. See https://github.com/magento/magento2/pull/8232 --- src/WebService/Http/Request.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/WebService/Http/Request.php b/src/WebService/Http/Request.php index dcb8be3..a3d35a4 100644 --- a/src/WebService/Http/Request.php +++ b/src/WebService/Http/Request.php @@ -9,11 +9,6 @@ */ interface Request { - /** - * @param $url - * @param $options - */ - public function __construct($url, $options); /** * @param $body