Skip to content

Commit

Permalink
Fix overridden method parameter hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Aug 10, 2018
1 parent 86d7b10 commit 2669df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Message/RefundRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class RefundRequest extends CaptureRequest
* @param array $data The data so far
* @return array
*/
public function getPaydirektData($data = [])
public function getPaydirektData(array $data = [])
{
$merchantReconciliationReferenceNumber = $this->getMerchantReconciliationReferenceNumber();

Expand Down

0 comments on commit 2669df4

Please sign in to comment.