Skip to content

Commit

Permalink
remove return in construct
Browse files Browse the repository at this point in the history
  • Loading branch information
vagrant authored and msilvagarcia committed Nov 11, 2019
1 parent 21f7caa commit 29c5154
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Adyen/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ public function __construct($params = null)
$this->data[$key] = $param;
}
}

return $this;
}

/**
Expand Down

0 comments on commit 29c5154

Please sign in to comment.