@@ -31,6 +31,7 @@ discard block |
||
31 | 31 | |
32 | 32 | /** |
33 | 33 | * @param string $name |
34 | + * @return void |
|
34 | 35 | */ |
35 | 36 | public function setName($name); |
36 | 37 | |
@@ -41,6 +42,7 @@ discard block |
||
41 | 42 | |
42 | 43 | /** |
43 | 44 | * @param VariableInterface|null $object |
45 | + * @return void |
|
44 | 46 | */ |
45 | 47 | public function setObject(VariableInterface $object = null); |
46 | 48 | |
@@ -51,16 +53,19 @@ discard block |
||
51 | 53 | |
52 | 54 | /** |
53 | 55 | * @param Collection $options |
56 | + * @return void |
|
54 | 57 | */ |
55 | 58 | public function setOptions(Collection $options); |
56 | 59 | |
57 | 60 | /** |
58 | 61 | * @param OptionValueInterface $option |
62 | + * @return void |
|
59 | 63 | */ |
60 | 64 | public function addOption(OptionValueInterface $option); |
61 | 65 | |
62 | 66 | /** |
63 | 67 | * @param OptionValueInterface $option |
68 | + * @return void |
|
64 | 69 | */ |
65 | 70 | public function removeOption(OptionValueInterface $option); |
66 | 71 |
@@ -36,11 +36,13 @@ discard block |
||
36 | 36 | |
37 | 37 | /** |
38 | 38 | * @param string $locale |
39 | + * @return void |
|
39 | 40 | */ |
40 | 41 | public function setCurrentLocale($locale); |
41 | 42 | |
42 | 43 | /** |
43 | 44 | * @param string $locale |
45 | + * @return void |
|
44 | 46 | */ |
45 | 47 | public function setFallbackLocale($locale); |
46 | 48 | |
@@ -51,11 +53,13 @@ discard block |
||
51 | 53 | |
52 | 54 | /** |
53 | 55 | * @param TranslationInterface $translation |
56 | + * @return void |
|
54 | 57 | */ |
55 | 58 | public function addTranslation(TranslationInterface $translation); |
56 | 59 | |
57 | 60 | /** |
58 | 61 | * @param TranslationInterface $translation |
62 | + * @return void |
|
59 | 63 | */ |
60 | 64 | public function removeTranslation(TranslationInterface $translation); |
61 | 65 | } |
@@ -18,6 +18,7 @@ |
||
18 | 18 | { |
19 | 19 | /** |
20 | 20 | * Generates unique token for user request password reset |
21 | + * @return string |
|
21 | 22 | */ |
22 | 23 | public function generateUniqueToken(); |
23 | 24 | } |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -27,6 +27,7 @@ |
||
27 | 27 | |
28 | 28 | /** |
29 | 29 | * @param string $value |
30 | + * @return void |
|
30 | 31 | */ |
31 | 32 | public function setValue($value); |
32 | 33 | } |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; |
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |
@@ -12,7 +12,6 @@ |
||
12 | 12 | namespace spec\Sylius\Component\Payment\Resolver; |
13 | 13 | |
14 | 14 | use PhpSpec\ObjectBehavior; |
15 | -use Prophecy\Argument; |
|
16 | 15 | use Sylius\Component\Payment\Model\PaymentInterface; |
17 | 16 | use Sylius\Component\Payment\Model\PaymentMethodInterface; |
18 | 17 | use Sylius\Component\Payment\Resolver\MethodsResolverInterface; |