Completed
Push — resource-classnames ( 503d2e )
by Kamil
18:12
created
src/Sylius/Bundle/CoreBundle/Checkout/CheckoutResolver.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
     /**
39 39
      * Get flash message.
40 40
      *
41
-     * @return null|string
41
+     * @return string
42 42
      */
43 43
     public function getMessage()
44 44
     {
Please login to merge, or discard this patch.
src/Sylius/Bundle/CoreBundle/Security/UserImpersonatorInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param string $value
30
+     * @return void
30 31
      */
31 32
     public function setValue($value);
32 33
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Product/CreateSimpleProductPageInterface.php 1 patch
Doc Comments   +14 added lines patch added patch discarded remove patch
@@ -39,6 +39,7 @@  discard block
 block discarded – undo
39 39
 
40 40
     /**
41 41
      * @param string $email
42
+     * @return void
42 43
      */
43 44
     public function setEmail($email);
44 45
 
@@ -51,6 +52,7 @@  discard block
 block discarded – undo
51 52
 
52 53
     /**
53 54
      * @param string $emailCanonical
55
+     * @return void
54 56
      */
55 57
     public function setEmailCanonical($emailCanonical);
56 58
 
@@ -61,11 +63,13 @@  discard block
 block discarded – undo
61 63
 
62 64
     /**
63 65
      * @param CustomerInterface $customer
66
+     * @return void
64 67
      */
65 68
     public function setCustomer(CustomerInterface $customer = null);
66 69
 
67 70
     /**
68 71
      * @param string $username
72
+     * @return void
69 73
      */
70 74
     public function setUsername($username);
71 75
 
@@ -78,11 +82,13 @@  discard block
 block discarded – undo
78 82
 
79 83
     /**
80 84
      * @param string $usernameCanonical
85
+     * @return void
81 86
      */
82 87
     public function setUsernameCanonical($usernameCanonical);
83 88
 
84 89
     /**
85 90
      * @param bool $locked
91
+     * @return void
86 92
      */
87 93
     public function setLocked($locked);
88 94
 
@@ -93,6 +99,7 @@  discard block
 block discarded – undo
93 99
 
94 100
     /**
95 101
      * @param string $confirmationToken
102
+     * @return void
96 103
      */
97 104
     public function setConfirmationToken($confirmationToken);
98 105
 
@@ -100,6 +107,7 @@  discard block
 block discarded – undo
100 107
      * Sets the timestamp that the user requested a password reset.
101 108
      *
102 109
      * @param null|\DateTime $date
110
+     * @return void
103 111
      */
104 112
     public function setPasswordRequestedAt(\DateTime $date = null);
105 113
 
@@ -114,6 +122,7 @@  discard block
 block discarded – undo
114 122
 
115 123
     /**
116 124
      * @param \DateTime $date
125
+     * @return void
117 126
      */
118 127
     public function setCredentialsExpireAt(\DateTime $date = null);
119 128
 
@@ -124,6 +133,7 @@  discard block
 block discarded – undo
124 133
 
125 134
     /**
126 135
      * @param \DateTime $time
136
+     * @return void
127 137
      */
128 138
     public function setLastLogin(\DateTime $time = null);
129 139
 
@@ -145,16 +155,19 @@  discard block
 block discarded – undo
145 155
      * This overwrites any previous roles.
146 156
      *
147 157
      * @param array $roles
158
+     * @return void
148 159
      */
149 160
     public function setRoles(array $roles);
150 161
 
151 162
     /**
152 163
      * @param string $role
164
+     * @return void
153 165
      */
154 166
     public function addRole($role);
155 167
 
156 168
     /**
157 169
      * @param string $role
170
+     * @return void
158 171
      */
159 172
     public function removeRole($role);
160 173
 
@@ -178,6 +191,7 @@  discard block
 block discarded – undo
178 191
      * Connects OAuth account.
179 192
      *
180 193
      * @param UserOAuthInterface $oauth
194
+     * @return void
181 195
      */
182 196
     public function addOAuthAccount(UserOAuthInterface $oauth);
183 197
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Shop/Account/Order/IndexPageInterface.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,5 +18,8 @@
 block discarded – undo
18 18
  */
19 19
 interface PasswordUpdaterInterface
20 20
 {
21
+    /**
22
+     * @return void
23
+     */
21 24
     public function updatePassword(CredentialsHolderInterface $user);
22 25
 }
Please login to merge, or discard this patch.
Bundle/PayumBundle/Action/Paypal/ExpressCheckout/ConvertPaymentAction.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,6 @@
 block discarded – undo
103 103
 
104 104
     /**
105 105
      * @param int $price
106
-     * @param string $currencyCode
107 106
      *
108 107
      * @return float
109 108
      */
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ChannelPricingInterface.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -27,6 +27,7 @@  discard block
 block discarded – undo
27 27
 
28 28
     /**
29 29
      * @param OptionInterface $option
30
+     * @return void
30 31
      */
31 32
     public function setOption(OptionInterface $option = null);
32 33
 
@@ -41,6 +42,7 @@  discard block
 block discarded – undo
41 42
      * Set internal value.
42 43
      *
43 44
      * @param string $value
45
+     * @return void
44 46
      */
45 47
     public function setValue($value);
46 48
 
Please login to merge, or discard this patch.
src/Sylius/Component/Core/Model/ProductVariantInterface.php 1 patch
Doc Comments   +8 added lines patch added patch discarded remove patch
@@ -41,6 +41,7 @@  discard block
 block discarded – undo
41 41
 
42 42
     /**
43 43
      * @param null|TaxonInterface $taxon
44
+     * @return void
44 45
      */
45 46
     public function setParent(TaxonInterface $taxon = null);
46 47
 
@@ -63,11 +64,13 @@  discard block
 block discarded – undo
63 64
 
64 65
     /**
65 66
      * @param TaxonInterface $taxon
67
+     * @return void
66 68
      */
67 69
     public function addChild(TaxonInterface $taxon);
68 70
 
69 71
     /**
70 72
      * @param TaxonInterface $taxon
73
+     * @return void
71 74
      */
72 75
     public function removeChild(TaxonInterface $taxon);
73 76
 
@@ -78,6 +81,7 @@  discard block
 block discarded – undo
78 81
 
79 82
     /**
80 83
      * @param string $name
84
+     * @return void
81 85
      */
82 86
     public function setName($name);
83 87
 
@@ -88,6 +92,7 @@  discard block
 block discarded – undo
88 92
 
89 93
     /**
90 94
      * @param string $permalink
95
+     * @return void
91 96
      */
92 97
     public function setPermalink($permalink);
93 98
 
@@ -98,6 +103,7 @@  discard block
 block discarded – undo
98 103
 
99 104
     /**
100 105
      * @param int $left
106
+     * @return void
101 107
      */
102 108
     public function setLeft($left);
103 109
 
@@ -108,6 +114,7 @@  discard block
 block discarded – undo
108 114
 
109 115
     /**
110 116
      * @param int $right
117
+     * @return void
111 118
      */
112 119
     public function setRight($right);
113 120
 
@@ -118,6 +125,7 @@  discard block
 block discarded – undo
118 125
 
119 126
     /**
120 127
      * @param int $level
128
+     * @return void
121 129
      */
122 130
     public function setLevel($level);
123 131
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Page/Admin/Promotion/CreatePageInterface.php 1 patch
Doc Comments   +21 added lines patch added patch discarded remove patch
@@ -22,16 +22,19 @@  discard block
 block discarded – undo
22 22
 {
23 23
     /**
24 24
      * @param string $code
25
+     * @return void
25 26
      */
26 27
     public function specifyCode($code);
27 28
 
28 29
     /**
29 30
      * @param string $name
31
+     * @return void
30 32
      */
31 33
     public function nameIt($name);
32 34
 
33 35
     /**
34 36
      * @param string $ruleName
37
+     * @return void
35 38
      */
36 39
     public function addRule($ruleName);
37 40
 
@@ -39,12 +42,14 @@  discard block
 block discarded – undo
39 42
      * @param string $option
40 43
      * @param string $value
41 44
      * @param bool $multiple
45
+     * @return void
42 46
      */
43 47
     public function selectRuleOption($option, $value, $multiple = false);
44 48
 
45 49
     /**
46 50
      * @param string $option
47 51
      * @param string $value
52
+     * @return void
48 53
      */
49 54
     public function fillRuleOption($option, $value);
50 55
 
@@ -52,11 +57,13 @@  discard block
 block discarded – undo
52 57
      * @param string $channelName
53 58
      * @param string $option
54 59
      * @param string $value
60
+     * @return void
55 61
      */
56 62
     public function fillRuleOptionForChannel($channelName, $option, $value);
57 63
 
58 64
     /**
59 65
      * @param string $actionName
66
+     * @return void
60 67
      */
61 68
     public function addAction($actionName);
62 69
 
@@ -64,12 +71,14 @@  discard block
 block discarded – undo
64 71
      * @param string $option
65 72
      * @param string $value
66 73
      * @param bool $multiple
74
+     * @return void
67 75
      */
68 76
     public function selectActionOption($option, $value, $multiple = false);
69 77
 
70 78
     /**
71 79
      * @param string $option
72 80
      * @param string $value
81
+     * @return void
73 82
      */
74 83
     public function fillActionOption($option, $value);
75 84
 
@@ -77,30 +86,41 @@  discard block
 block discarded – undo
77 86
      * @param string $channelName
78 87
      * @param string $option
79 88
      * @param string $value
89
+     * @return void
80 90
      */
81 91
     public function fillActionOptionForChannel($channelName, $option, $value);
82 92
 
83 93
     /**
84 94
      * @param string $limit
95
+     * @return void
85 96
      */
86 97
     public function fillUsageLimit($limit);
87 98
 
99
+    /**
100
+     * @return void
101
+     */
88 102
     public function makeExclusive();
89 103
 
104
+    /**
105
+     * @return void
106
+     */
90 107
     public function checkCouponBased();
91 108
 
92 109
     /**
93 110
      * @param string $name
111
+     * @return void
94 112
      */
95 113
     public function checkChannel($name);
96 114
 
97 115
     /**
98 116
      * @param \DateTime $dateTime
117
+     * @return void
99 118
      */
100 119
     public function setStartsAt(\DateTime $dateTime);
101 120
 
102 121
     /**
103 122
      * @param \DateTime $dateTime
123
+     * @return void
104 124
      */
105 125
     public function setEndsAt(\DateTime $dateTime);
106 126
 
@@ -115,6 +135,7 @@  discard block
 block discarded – undo
115 135
      * @param string $option
116 136
      * @param string $value
117 137
      * @param bool $multiple
138
+     * @return void
118 139
      */
119 140
     public function selectFilterOption($option, $value, $multiple = false);
120 141
 }
Please login to merge, or discard this patch.
src/Sylius/Behat/Context/Ui/Shop/ProductContext.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     /**
46 46
      * @param ShowPageInterface $showPage
47 47
      * @param IndexPageInterface $indexPage
48
-     * @param IndexPageInterface $productReviewsIndexPage
48
+     * @param ProductReviewIndexPageInterface $productReviewsIndexPage
49 49
      */
50 50
     public function __construct(
51 51
         ShowPageInterface $showPage,
Please login to merge, or discard this patch.