Skip to content

Commit 791fbb0

Browse files
authored
code formatting fixes
1 parent 512cb6d commit 791fbb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Message/RestPurchaseRequest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ public function setGoogleAnalyticsCode($value)
388388
*
389389
* @return string
390390
*/
391-
public function setItemsHtml ($itemsHtml)
391+
public function setItemsHtml($itemsHtml)
392392
{
393393
$this->setParameter('itemsHtml', $itemsHtml);
394394
}
@@ -398,7 +398,7 @@ public function setItemsHtml ($itemsHtml)
398398
*
399399
* @return string
400400
*/
401-
public function getItemsHtml ()
401+
public function getItemsHtml()
402402
{
403403
return $this->getParameter('itemsHtml');
404404
}

0 commit comments

Comments
 (0)