Skip to content

Commit 272bd5c

Browse files
author
Marco Dania
committed
Merge branch 'php7' into feature/scheduler
2 parents daac5fc + 6364f11 commit 272bd5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Callback/Result.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ public function addExtraData($key, $value) {
156156
/**
157157
* @return string
158158
*/
159-
public function getMerchantMetaData(): string
159+
public function getMerchantMetaData()
160160
{
161161
return $this->merchantMetaData;
162162
}
@@ -165,7 +165,7 @@ public function getMerchantMetaData(): string
165165
* @param string $merchantMetaData
166166
* @return Result
167167
*/
168-
public function setMerchantMetaData(string $merchantMetaData): Result
168+
public function setMerchantMetaData($merchantMetaData)
169169
{
170170
$this->merchantMetaData = $merchantMetaData;
171171
return $this;
@@ -370,4 +370,4 @@ public function toArray() {
370370
return $properties;
371371
}
372372

373-
}
373+
}

0 commit comments

Comments
 (0)