@@ -615,7 +615,7 @@ discard block |
||
| 615 | 615 | * |
| 616 | 616 | * @param string $format |
| 617 | 617 | * |
| 618 | - * @return boolen format is availble |
|
| 618 | + * @return boolean format is availble |
|
| 619 | 619 | */ |
| 620 | 620 | public function setFormat($format) |
| 621 | 621 | { |
@@ -1419,7 +1419,7 @@ discard block |
||
| 1419 | 1419 | /** |
| 1420 | 1420 | * Test if given record ID exists in FlexiBee. |
| 1421 | 1421 | * |
| 1422 | - * @param mixed $identifer presence state |
|
| 1422 | + * @param string $identifer presence state |
|
| 1423 | 1423 | * |
| 1424 | 1424 | * @return boolean |
| 1425 | 1425 | */ |
@@ -1853,7 +1853,7 @@ discard block |
||
| 1853 | 1853 | * |
| 1854 | 1854 | * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze |
| 1855 | 1855 | * |
| 1856 | - * @return type |
|
| 1856 | + * @return integer |
|
| 1857 | 1857 | */ |
| 1858 | 1858 | public function getGlobalVersion() |
| 1859 | 1859 | { |
@@ -2054,6 +2054,7 @@ discard block |
||
| 2054 | 2054 | /** |
| 2055 | 2055 | * Obtain established relations listing |
| 2056 | 2056 | * |
| 2057 | + * @param integer $id |
|
| 2057 | 2058 | * @return array Null or Relations |
| 2058 | 2059 | */ |
| 2059 | 2060 | public function getVazby($id = null) |
@@ -2138,7 +2139,7 @@ discard block |
||
| 2138 | 2139 | * @param string $subject Email Subject |
| 2139 | 2140 | * @param string $body Email Text |
| 2140 | 2141 | * |
| 2141 | - * @return int http response code |
|
| 2142 | + * @return boolean http response code |
|
| 2142 | 2143 | */ |
| 2143 | 2144 | public function sendByMail($to, $subject, $body, $cc = null) |
| 2144 | 2145 | { |