From 29c51543f85a544c0c0a04baade5dfec3d74830a Mon Sep 17 00:00:00 2001 From: vagrant Date: Sun, 10 Nov 2019 14:32:14 +0100 Subject: [PATCH] remove return in construct --- src/Adyen/Config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Adyen/Config.php b/src/Adyen/Config.php index 2a1a6aad0..ce2baf079 100644 --- a/src/Adyen/Config.php +++ b/src/Adyen/Config.php @@ -41,8 +41,6 @@ public function __construct($params = null) $this->data[$key] = $param; } } - - return $this; } /**