Skip to content

Commit 656871c

Browse files
authored
Removing the type from method input
1 parent d04bf1c commit 656871c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Transaction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ public function setCallbackUrl( $callbackUrl )
299299
*
300300
* @return $this
301301
*/
302-
public function setMetadata( array $metadata )
302+
public function setMetadata( $metadata )
303303
{
304304
$this->metadata = $metadata;
305305

0 commit comments

Comments
 (0)