Test Failed
Push — master ( 07773a...ee3332 )
by Vítězslav
04:50
created
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -451,7 +451,7 @@  discard block
 block discarded – undo
451 451
      * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical
452 452
      *
453 453
      * @param string $format
454
-     * @return boolen format is availble
454
+     * @return boolean format is availble
455 455
      */
456 456
     public function setFormat($format)
457 457
     {
@@ -1395,7 +1395,7 @@  discard block
 block discarded – undo
1395 1395
     /**
1396 1396
      * Obtain ID of first record in evidence
1397 1397
      *
1398
-     * @return string|null id or null if no records
1398
+     * @return integer|null id or null if no records
1399 1399
      */
1400 1400
     public function getFirstRecordID()
1401 1401
     {
@@ -1439,7 +1439,7 @@  discard block
 block discarded – undo
1439 1439
      * Vrací aktuální globální verzi změn
1440 1440
      *
1441 1441
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1442
-     * @return type
1442
+     * @return integer|null
1443 1443
      */
1444 1444
     public function getGlobalVersion()
1445 1445
     {
@@ -1730,7 +1730,7 @@  discard block
 block discarded – undo
1730 1730
      * @param string $subject
1731 1731
      * @param string $body Email Text
1732 1732
      *
1733
-     * @return int http response code
1733
+     * @return boolean http response code
1734 1734
      */
1735 1735
     public function sendByMail($to, $subject, $body, $cc = null)
1736 1736
     {
Please login to merge, or discard this patch.