@@ -20,21 +20,25 @@ |
||
20 | 20 | { |
21 | 21 | /** |
22 | 22 | * @param int $limit |
23 | + * @return void |
|
23 | 24 | */ |
24 | 25 | public function setCustomerUsageLimit($limit); |
25 | 26 | |
26 | 27 | /** |
27 | 28 | * @param \DateTimeInterface $date |
29 | + * @return void |
|
28 | 30 | */ |
29 | 31 | public function setExpiresAt(\DateTimeInterface $date); |
30 | 32 | |
31 | 33 | /** |
32 | 34 | * @param string $code |
35 | + * @return void |
|
33 | 36 | */ |
34 | 37 | public function specifyCode($code); |
35 | 38 | |
36 | 39 | /** |
37 | 40 | * @param int $limit |
41 | + * @return void |
|
38 | 42 | */ |
39 | 43 | public function setUsageLimit($limit); |
40 | 44 | } |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Admin\PromotionCoupon; |
15 | 15 |
@@ -39,25 +39,32 @@ |
||
39 | 39 | */ |
40 | 40 | public function checkGenerationValidation($message); |
41 | 41 | |
42 | + /** |
|
43 | + * @return void |
|
44 | + */ |
|
42 | 45 | public function generate(); |
43 | 46 | |
44 | 47 | /** |
45 | 48 | * @param int $amount |
49 | + * @return void |
|
46 | 50 | */ |
47 | 51 | public function specifyAmount($amount); |
48 | 52 | |
49 | 53 | /** |
50 | 54 | * @param int $codeLength |
55 | + * @return void |
|
51 | 56 | */ |
52 | 57 | public function specifyCodeLength($codeLength); |
53 | 58 | |
54 | 59 | /** |
55 | 60 | * @param \DateTimeInterface $date |
61 | + * @return void |
|
56 | 62 | */ |
57 | 63 | public function setExpiresAt(\DateTimeInterface $date); |
58 | 64 | |
59 | 65 | /** |
60 | 66 | * @param int $limit |
67 | + * @return void |
|
61 | 68 | */ |
62 | 69 | public function setUsageLimit($limit); |
63 | 70 | } |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Admin\PromotionCoupon; |
15 | 15 |
@@ -25,16 +25,19 @@ |
||
25 | 25 | |
26 | 26 | /** |
27 | 27 | * @param int $limit |
28 | + * @return void |
|
28 | 29 | */ |
29 | 30 | public function setCustomerUsageLimit($limit); |
30 | 31 | |
31 | 32 | /** |
32 | 33 | * @param \DateTimeInterface $date |
34 | + * @return void |
|
33 | 35 | */ |
34 | 36 | public function setExpiresAt(\DateTimeInterface $date); |
35 | 37 | |
36 | 38 | /** |
37 | 39 | * @param int $limit |
40 | + * @return void |
|
38 | 41 | */ |
39 | 42 | public function setUsageLimit($limit); |
40 | 43 | } |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Admin\PromotionCoupon; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | use Symfony\Bundle\FrameworkBundle\HttpCache\HttpCache; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | use Sylius\Bundle\CoreBundle\Application\Kernel; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Shop\ProductReview; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Shop\Order; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Shop\Contact; |
15 | 15 |
@@ -9,7 +9,7 @@ |
||
9 | 9 | * file that was distributed with this source code. |
10 | 10 | */ |
11 | 11 | |
12 | -declare(strict_types=1); |
|
12 | +declare(strict_types = 1); |
|
13 | 13 | |
14 | 14 | namespace Sylius\Behat\Page\Shop; |
15 | 15 |