Test Failed
Push — master ( 9cdcc0...4bcdf2 )
by Vítězslav
03:44
created
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -453,7 +453,7 @@  discard block
 block discarded – undo
453 453
      * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical
454 454
      *
455 455
      * @param string $format
456
-     * @return boolen format is availble
456
+     * @return boolean format is availble
457 457
      */
458 458
     public function setFormat($format)
459 459
     {
@@ -1417,7 +1417,7 @@  discard block
 block discarded – undo
1417 1417
      * Vrací aktuální globální verzi změn
1418 1418
      *
1419 1419
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1420
-     * @return type
1420
+     * @return integer|null
1421 1421
      */
1422 1422
     public function getGlobalVersion()
1423 1423
     {
@@ -1708,7 +1708,7 @@  discard block
 block discarded – undo
1708 1708
      * @param string $subject
1709 1709
      * @param string $body Email Text
1710 1710
      *
1711
-     * @return int http response code
1711
+     * @return boolean http response code
1712 1712
      */
1713 1713
     public function sendByMail($to, $subject, $body, $cc = null)
1714 1714
     {
Please login to merge, or discard this patch.