File tree 1 file changed +4
-4
lines changed
src/Model/RecurringPayment
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class CampaignRequest
27
27
* Get the value of end
28
28
*
29
29
* @return \DateTimeInterface
30
- */
30
+ */
31
31
public function getEnd ()
32
32
{
33
33
return $ this ->end ;
@@ -39,7 +39,7 @@ public function getEnd()
39
39
* @param \DateTimeInterface $end
40
40
*
41
41
* @return self
42
- */
42
+ */
43
43
public function setEnd (\DateTimeInterface $ end )
44
44
{
45
45
$ this ->end = $ end ;
@@ -51,7 +51,7 @@ public function setEnd(\DateTimeInterface $end)
51
51
* Get the value of campaignPrice
52
52
*
53
53
* @return int
54
- */
54
+ */
55
55
public function getCampaignPrice ()
56
56
{
57
57
return $ this ->campaignPrice ;
@@ -63,7 +63,7 @@ public function getCampaignPrice()
63
63
* @param int $campaignPrice
64
64
*
65
65
* @return self
66
- */
66
+ */
67
67
public function setCampaignPrice (int $ campaignPrice )
68
68
{
69
69
$ this ->campaignPrice = $ campaignPrice ;
You can’t perform that action at this time.
0 commit comments