@@ -463,7 +463,7 @@ discard block |
||
463 | 463 | * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical |
464 | 464 | * |
465 | 465 | * @param string $format |
466 | - * @return boolen format is availble |
|
466 | + * @return boolean format is availble |
|
467 | 467 | */ |
468 | 468 | public function setFormat($format) |
469 | 469 | { |
@@ -1465,7 +1465,7 @@ discard block |
||
1465 | 1465 | /** |
1466 | 1466 | * Obtain ID of first record in evidence |
1467 | 1467 | * |
1468 | - * @return string|null id or null if no records |
|
1468 | + * @return integer|null id or null if no records |
|
1469 | 1469 | */ |
1470 | 1470 | public function getFirstRecordID() |
1471 | 1471 | { |
@@ -1509,7 +1509,7 @@ discard block |
||
1509 | 1509 | * Vrací aktuální globální verzi změn |
1510 | 1510 | * |
1511 | 1511 | * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze |
1512 | - * @return type |
|
1512 | + * @return integer |
|
1513 | 1513 | */ |
1514 | 1514 | public function getGlobalVersion() |
1515 | 1515 | { |
@@ -1791,7 +1791,7 @@ discard block |
||
1791 | 1791 | * @param string $subject |
1792 | 1792 | * @param string $body Email Text |
1793 | 1793 | * |
1794 | - * @return int http response code |
|
1794 | + * @return boolean http response code |
|
1795 | 1795 | */ |
1796 | 1796 | public function sendByMail($to, $subject, $body, $cc = null) |
1797 | 1797 | { |