Completed
Pull Request — master (#134)
by
unknown
07:28
created
src/Entity/ShipmentServiceOptions.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@  discard block
 block discarded – undo
166 166
     }
167 167
 
168 168
     /**
169
-     * @param $accessPointCOD
169
+     * @param AccessPointCOD $accessPointCOD
170 170
      * @return $this
171 171
      */
172 172
     public function setAccessPointCOD($accessPointCOD)
@@ -186,7 +186,7 @@  discard block
 block discarded – undo
186 186
     }
187 187
 
188 188
     /**
189
-     * @return mixed
189
+     * @return InternationalForms
190 190
      */
191 191
     public function getInternationalForms()
192 192
     {
@@ -220,7 +220,7 @@  discard block
 block discarded – undo
220 220
     }
221 221
 
222 222
     /**
223
-     * @return mixed
223
+     * @return boolean
224 224
      */
225 225
     public function getSaturdayPickup()
226 226
     {
@@ -238,7 +238,7 @@  discard block
 block discarded – undo
238 238
     }
239 239
 
240 240
     /**
241
-     * @return mixed
241
+     * @return boolean
242 242
      */
243 243
     public function getSaturdayDelivery()
244 244
     {
Please login to merge, or discard this patch.