Completed
Push — locale-in-url ( 6d9eda )
by Kamil
23:08
created
src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPageInterface.php 1 patch
Doc Comments   +14 added lines patch added patch discarded remove patch
@@ -24,16 +24,19 @@  discard block
 block discarded – undo
24 24
     /**
25 25
      * @param string $channelName
26 26
      * @param int $price
27
+     * @return void
27 28
      */
28 29
     public function specifyPrice($channelName, $price);
29 30
 
30 31
     /**
31 32
      * @param string $name
33
+     * @return void
32 34
      */
33 35
     public function choosePricingCalculator($name);
34 36
 
35 37
     /**
36 38
      * @param string $channelName
39
+     * @return void
37 40
      */
38 41
     public function checkChannel($channelName);
39 42
 
@@ -41,23 +44,27 @@  discard block
 block discarded – undo
41 44
      * @param int $price
42 45
      * @param ChannelInterface $channel
43 46
      * @param CurrencyInterface $currency
47
+     * @return void
44 48
      */
45 49
     public function specifyPriceForChannelAndCurrency($price, ChannelInterface $channel, CurrencyInterface $currency);
46 50
 
47 51
     /**
48 52
      * @param string $code
53
+     * @return void
49 54
      */
50 55
     public function specifyCode($code);
51 56
 
52 57
     /**
53 58
      * @param string $name
54 59
      * @param string $localeCode
60
+     * @return void
55 61
      */
56 62
     public function nameItIn($name, $localeCode);
57 63
 
58 64
     /**
59 65
      * @param string $slug
60 66
      * @param string $locale
67
+     * @return void
61 68
      */
62 69
     public function specifySlugIn($slug, $locale);
63 70
 
@@ -65,40 +72,47 @@  discard block
 block discarded – undo
65 72
      * @param string $attributeName
66 73
      * @param string $value
67 74
      * @param string $localeCode
75
+     * @return void
68 76
      */
69 77
     public function addAttribute($attributeName, $value, $localeCode);
70 78
 
71 79
     /**
72 80
      * @param string $attributeName
73 81
      * @param string $localeCode
82
+     * @return void
74 83
      */
75 84
     public function removeAttribute($attributeName, $localeCode);
76 85
 
77 86
     /**
78 87
      * @param string $path
79 88
      * @param string $code
89
+     * @return void
80 90
      */
81 91
     public function attachImage($path, $code = null);
82 92
 
83 93
     /**
84 94
      * @param ProductAssociationTypeInterface $productAssociationType
85 95
      * @param string[] $productsNames
96
+     * @return void
86 97
      */
87 98
     public function associateProducts(ProductAssociationTypeInterface $productAssociationType, array $productsNames);
88 99
 
89 100
     /**
90 101
      * @param string $productName
91 102
      * @param ProductAssociationTypeInterface $productAssociationType
103
+     * @return void
92 104
      */
93 105
     public function removeAssociatedProduct($productName, ProductAssociationTypeInterface $productAssociationType);
94 106
 
95 107
     /**
96 108
      * @param string $locale
109
+     * @return void
97 110
      */
98 111
     public function activateLanguageTab($locale);
99 112
 
100 113
     /**
101 114
      * @param string $shippingCategoryName
115
+     * @return void
102 116
      */
103 117
     public function selectShippingCategory($shippingCategoryName);
104 118
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/IndexPageInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -20,6 +20,7 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $taxonName
23
+     * @return void
23 24
      */
24 25
     public function filterByTaxon($taxonName);
25 26
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/IndexPerTaxonPageInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -29,8 +29,12 @@
 block discarded – undo
29 29
      * @param string $productName
30 30
      *
31 31
      * @param int $position
32
+     * @return void
32 33
      */
33 34
     public function setPositionOfProduct($productName, $position);
34 35
 
36
+    /**
37
+     * @return void
38
+     */
35 39
     public function savePositions();
36 40
 }
Please login to merge, or discard this patch.
Sylius/Behat/Page/Admin/Product/UpdateConfigurableProductPageInterface.php 1 patch
Doc Comments   +9 added lines patch added patch discarded remove patch
@@ -28,6 +28,7 @@  discard block
 block discarded – undo
28 28
     /**
29 29
      * @param string $name
30 30
      * @param string $localeCode
31
+     * @return void
31 32
      */
32 33
     public function nameItIn($name, $localeCode);
33 34
 
@@ -50,11 +51,13 @@  discard block
 block discarded – undo
50 51
     
51 52
     /**
52 53
      * @param TaxonInterface $taxon
54
+     * @return void
53 55
      */
54 56
     public function selectMainTaxon(TaxonInterface $taxon);
55 57
 
56 58
     /**
57 59
      * @param string $channelName
60
+     * @return void
58 61
      */
59 62
     public function checkChannel($channelName);
60 63
 
@@ -68,20 +71,26 @@  discard block
 block discarded – undo
68 71
     /**
69 72
      * @param string $path
70 73
      * @param string $code
74
+     * @return void
71 75
      */
72 76
     public function attachImage($path, $code = null);
73 77
 
74 78
     /**
75 79
      * @param string $code
76 80
      * @param string $path
81
+     * @return void
77 82
      */
78 83
     public function changeImageWithCode($code, $path);
79 84
 
80 85
     /**
81 86
      * @param string $code
87
+     * @return void
82 88
      */
83 89
     public function removeImageWithCode($code);
84 90
 
91
+    /**
92
+     * @return void
93
+     */
85 94
     public function removeFirstImage();
86 95
 
87 96
     /**
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/UpdateSimpleProductPageInterface.php 1 patch
Doc Comments   +25 added lines patch added patch discarded remove patch
@@ -29,6 +29,7 @@  discard block
 block discarded – undo
29 29
     public function isCodeDisabled();
30 30
 
31 31
     /**
32
+     * @param string $locale
32 33
      * @return bool
33 34
      */
34 35
     public function isSlugReadOnlyIn($locale);
@@ -36,20 +37,26 @@  discard block
 block discarded – undo
36 37
     /**
37 38
      * @param string $channelName
38 39
      * @param int $price
40
+     * @return void
39 41
      */
40 42
     public function specifyPrice($channelName, $price);
41 43
 
42 44
     /**
43 45
      * @param string $name
44 46
      * @param string $localeCode
47
+     * @return void
45 48
      */
46 49
     public function nameItIn($name, $localeCode);
47 50
 
51
+    /**
52
+     * @return void
53
+     */
48 54
     public function addSelectedAttributes();
49 55
 
50 56
     /**
51 57
      * @param string $attributeName
52 58
      * @param string $localeCode
59
+     * @return void
53 60
      */
54 61
     public function removeAttribute($attributeName, $localeCode);
55 62
 
@@ -82,11 +89,18 @@  discard block
 block discarded – undo
82 89
 
83 90
     /**
84 91
      * @param TaxonInterface $taxon
92
+     * @return void
85 93
      */
86 94
     public function selectMainTaxon(TaxonInterface $taxon);
87 95
 
96
+    /**
97
+     * @return void
98
+     */
88 99
     public function disableTracking();
89 100
 
101
+    /**
102
+     * @return void
103
+     */
90 104
     public function enableTracking();
91 105
 
92 106
     /**
@@ -96,6 +110,7 @@  discard block
 block discarded – undo
96 110
 
97 111
     /**
98 112
      * @param string $locale
113
+     * @return void
99 114
      */
100 115
     public function enableSlugModification($locale);
101 116
 
@@ -109,20 +124,26 @@  discard block
 block discarded – undo
109 124
     /**
110 125
      * @param string $path
111 126
      * @param string $code
127
+     * @return void
112 128
      */
113 129
     public function attachImage($path, $code = null);
114 130
 
115 131
     /**
116 132
      * @param string $code
117 133
      * @param string $path
134
+     * @return void
118 135
      */
119 136
     public function changeImageWithCode($code, $path);
120 137
 
121 138
     /**
122 139
      * @param string $code
140
+     * @return void
123 141
      */
124 142
     public function removeImageWithCode($code);
125 143
 
144
+    /**
145
+     * @return void
146
+     */
126 147
     public function removeFirstImage();
127 148
 
128 149
     /**
@@ -145,6 +166,7 @@  discard block
 block discarded – undo
145 166
     /**
146 167
      * @param ProductAssociationTypeInterface $productAssociationType
147 168
      * @param string[] $productsNames
169
+     * @return void
148 170
      */
149 171
     public function associateProducts(ProductAssociationTypeInterface $productAssociationType, array $productsNames);
150 172
 
@@ -159,6 +181,7 @@  discard block
 block discarded – undo
159 181
     /**
160 182
      * @param string $productName
161 183
      * @param ProductAssociationTypeInterface $productAssociationType
184
+     * @return void
162 185
      */
163 186
     public function removeAssociatedProduct($productName, ProductAssociationTypeInterface $productAssociationType);
164 187
 
@@ -172,6 +195,7 @@  discard block
 block discarded – undo
172 195
 
173 196
     /**
174 197
      * @param string $locale
198
+     * @return void
175 199
      */
176 200
     public function activateLanguageTab($locale);
177 201
 
@@ -185,6 +209,7 @@  discard block
 block discarded – undo
185 209
     /**
186 210
      * @param string $slug
187 211
      * @param string $locale
212
+     * @return void
188 213
      */
189 214
     public function specifySlugIn($slug, $locale);
190 215
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductAssociationType/CreatePageInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -20,12 +20,14 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $code
23
+     * @return void
23 24
      */
24 25
     public function specifyCode($code);
25 26
 
26 27
     /**
27 28
      * @param string $name
28 29
      * @param string $language
30
+     * @return void
29 31
      */
30 32
     public function nameItIn($name, $language);
31 33
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductAssociationType/UpdatePageInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@
 block discarded – undo
21 21
     /**
22 22
      * @param string $name
23 23
      * @param string $languageCode
24
+     * @return void
24 25
      */
25 26
     public function nameItIn($name, $languageCode);
26 27
 
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductReview/IndexPageInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -20,11 +20,13 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param array $parameters
23
+     * @return void
23 24
      */
24 25
     public function accept(array $parameters);
25 26
 
26 27
     /**
27 28
      * @param array $parameters
29
+     * @return void
28 30
      */
29 31
     public function reject(array $parameters);
30 32
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/ProductReview/UpdatePageInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -20,16 +20,19 @@
 block discarded – undo
20 20
 {
21 21
     /**
22 22
      * @param string $title
23
+     * @return void
23 24
      */
24 25
     public function specifyTitle($title);
25 26
 
26 27
     /**
27 28
      * @param string $comment
29
+     * @return void
28 30
      */
29 31
     public function specifyComment($comment);
30 32
 
31 33
     /**
32 34
      * @param string $rating
35
+     * @return void
33 36
      */
34 37
     public function chooseRating($rating);
35 38
 
Please login to merge, or discard this patch.