Skip to content

Commit a44dba3

Browse files
committed
remove trailing spaces
1 parent 6fc6f7f commit a44dba3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Model/RecurringPayment/CampaignRequest.php

+4-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CampaignRequest
2727
* Get the value of end
2828
*
2929
* @return \DateTimeInterface
30-
*/
30+
*/
3131
public function getEnd()
3232
{
3333
return $this->end;
@@ -39,7 +39,7 @@ public function getEnd()
3939
* @param \DateTimeInterface $end
4040
*
4141
* @return self
42-
*/
42+
*/
4343
public function setEnd(\DateTimeInterface $end)
4444
{
4545
$this->end = $end;
@@ -51,7 +51,7 @@ public function setEnd(\DateTimeInterface $end)
5151
* Get the value of campaignPrice
5252
*
5353
* @return int
54-
*/
54+
*/
5555
public function getCampaignPrice()
5656
{
5757
return $this->campaignPrice;
@@ -63,7 +63,7 @@ public function getCampaignPrice()
6363
* @param int $campaignPrice
6464
*
6565
* @return self
66-
*/
66+
*/
6767
public function setCampaignPrice(int $campaignPrice)
6868
{
6969
$this->campaignPrice = $campaignPrice;

0 commit comments

Comments
 (0)