Test Failed
Push — master ( 111789...8ec047 )
by Vítězslav
05:58
created
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +5 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
     {
@@ -1043,6 +1043,7 @@  discard block
 block discarded – undo
1043 1043
      * Test if given record ID exists in FlexiBee.
1044 1044
      *
1045 1045
      * @param string|int $identifer
1046
+     * @return boolean
1046 1047
      */
1047 1048
     public function idExists($identifer = null)
1048 1049
     {
@@ -1385,7 +1386,7 @@  discard block
 block discarded – undo
1385 1386
     /**
1386 1387
      * Obtain ID of first record in evidence
1387 1388
      *
1388
-     * @return string|null id or null if no records
1389
+     * @return integer|null id or null if no records
1389 1390
      */
1390 1391
     public function getFirstRecordID()
1391 1392
     {
@@ -1429,7 +1430,7 @@  discard block
 block discarded – undo
1429 1430
      * Vrací aktuální globální verzi změn
1430 1431
      *
1431 1432
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1432
-     * @return type
1433
+     * @return integer|null
1433 1434
      */
1434 1435
     public function getGlobalVersion()
1435 1436
     {
@@ -1719,7 +1720,7 @@  discard block
 block discarded – undo
1719 1720
      * @param string $subject
1720 1721
      * @param string $body Email Text
1721 1722
      *
1722
-     * @return int http response code
1723
+     * @return boolean http response code
1723 1724
      */
1724 1725
     public function sendByMail($to, $subject, $body, $cc = null)
1725 1726
     {
Please login to merge, or discard this patch.