Skip to content

Commit 9c27cd5

Browse files
committed
Fix php-cs-fixer warning
1 parent 77bcbd0 commit 9c27cd5

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

src/Api/Ecommerce/PaymentRequest.php

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,19 +271,18 @@ public function setExtraMerchantData($extraMerchantData)
271271
return $this;
272272
}
273273

274-
/**
275-
* Set the form_template to the Payment Request.
276-
*
277-
* @param string $formTemplate
278-
*
279-
* @return $this
280-
*/
281-
public function setFormTemplate($formTemplate)
282-
{
283-
$this->unresolvedOptions['form_template'] = $formTemplate;
284-
274+
/**
275+
* Set the form_template to the Payment Request.
276+
*
277+
* @param string $formTemplate
278+
*
279+
* @return $this
280+
*/
281+
public function setFormTemplate($formTemplate)
282+
{
283+
$this->unresolvedOptions['form_template'] = $formTemplate;
285284
return $this;
286-
}
285+
}
287286

288287
/**
289288
* Configure options

0 commit comments

Comments
 (0)