Completed
Push — master ( 047014...cb17ac )
by Tomáš
04:02
created
src/Services/Balikobot.php 1 patch
Doc Comments   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -195,7 +195,7 @@  discard block
 block discarded – undo
195 195
     /**
196 196
      * Track package last status
197 197
      *
198
-     * @param \Inspirum\Balikobot\Model\Aggregates\OrderedPackageCollection $package
198
+     * @param \Inspirum\Balikobot\Model\Aggregates\OrderedPackageCollection $packages
199 199
      *
200 200
      * @return \Inspirum\Balikobot\Model\Values\PackageStatus[]
201 201
      *
@@ -346,7 +346,7 @@  discard block
 block discarded – undo
346 346
      *
347 347
      * @param string|null $country
348 348
      *
349
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
349
+     * @return \Generator
350 350
      *
351 351
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
352 352
      */
@@ -365,7 +365,7 @@  discard block
 block discarded – undo
365 365
      *
366 366
      * @param array $countries
367 367
      *
368
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
368
+     * @return \Generator
369 369
      *
370 370
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
371 371
      */
@@ -382,7 +382,7 @@  discard block
 block discarded – undo
382 382
      * @param string      $shipper
383 383
      * @param string|null $country
384 384
      *
385
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
385
+     * @return \Generator
386 386
      *
387 387
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
388 388
      */
@@ -408,7 +408,7 @@  discard block
 block discarded – undo
408 408
      * @param string $shipper
409 409
      * @param array  $countries
410 410
      *
411
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
411
+     * @return \Generator
412 412
      *
413 413
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
414 414
      */
@@ -426,7 +426,7 @@  discard block
 block discarded – undo
426 426
      * @param string|null $service
427 427
      * @param string|null $country
428 428
      *
429
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
429
+     * @return \Generator
430 430
      *
431 431
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
432 432
      */
@@ -447,7 +447,7 @@  discard block
 block discarded – undo
447 447
      * @param string|null $service
448 448
      * @param array       $countries
449 449
      *
450
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
450
+     * @return \Generator
451 451
      *
452 452
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
453 453
      */
@@ -470,7 +470,7 @@  discard block
 block discarded – undo
470 470
      * @param float|null  $radius
471 471
      * @param string|null $type
472 472
      *
473
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\Branch[]
473
+     * @return \Generator
474 474
      *
475 475
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
476 476
      */
@@ -539,7 +539,7 @@  discard block
 block discarded – undo
539 539
      * @param string      $service
540 540
      * @param string|null $country
541 541
      *
542
-     * @return \Generator|\Inspirum\Balikobot\Model\Values\PostCode[]
542
+     * @return \Generator
543 543
      *
544 544
      * @throws \Inspirum\Balikobot\Contracts\ExceptionInterface
545 545
      */
@@ -628,7 +628,7 @@  discard block
 block discarded – undo
628 628
     /**
629 629
      * Get PDF link with signed consignment delivery document by the recipient
630 630
      *
631
-     * @param \Inspirum\Balikobot\Model\Aggregates\OrderedPackageCollection $packages
631
+     * @param \Inspirum\Balikobot\Model\Aggregates\OrderedPackageCollection $package
632 632
      *
633 633
      * @return string
634 634
      *
Please login to merge, or discard this patch.