Completed
Pull Request — master (#141)
by
unknown
03:09
created
src/Entity/ShipmentServiceOptions.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -185,7 +185,7 @@  discard block
 block discarded – undo
185 185
     }
186 186
 
187 187
     /**
188
-     * @param $accessPointCOD
188
+     * @param AccessPointCOD $accessPointCOD
189 189
      * @return $this
190 190
      */
191 191
     public function setAccessPointCOD($accessPointCOD)
@@ -205,7 +205,7 @@  discard block
 block discarded – undo
205 205
     }
206 206
 
207 207
     /**
208
-     * @return mixed
208
+     * @return InternationalForms
209 209
      */
210 210
     public function getInternationalForms()
211 211
     {
@@ -223,7 +223,7 @@  discard block
 block discarded – undo
223 223
     }
224 224
 
225 225
     /**
226
-     * @return mixed
226
+     * @return LabelMethod
227 227
      */
228 228
     public function getLabelMethod()
229 229
     {
Please login to merge, or discard this patch.