Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Trustly/Api/api.php
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ public function serializeData($data) {
*
* @param string $signature in the API call
*
* @param array $data in the API call
* @param mixed $data in the API call
*
* @return boolean Indicating wether or not the host key was used for
* signing this data.
Expand Down Expand Up @@ -204,7 +204,7 @@ protected function verifyTrustlySignedData($method, $uuid, $signature, $data) {
* Trustly_Data_Response) has been signed with the correct key when
* originating from the host
*
* @param Trustly_Data_Response $response Response from the API call.
* @param Trustly_Data_JSONRPCSignedResponse $response Response from the API call.
*
* @return boolean Indicating if the data was indeed properly signed by the
* API we think we are talking to
Expand Down