Test Failed
Pull Request — master (#6)
by Vítězslav
03:51
created
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -512,7 +512,7 @@  discard block
 block discarded – undo
512 512
      * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical
513 513
      *
514 514
      * @param string $format
515
-     * @return boolen format is availble
515
+     * @return boolean format is availble
516 516
      */
517 517
     public function setFormat($format)
518 518
     {
@@ -1280,7 +1280,7 @@  discard block
 block discarded – undo
1280 1280
     /**
1281 1281
      * Test if given record ID exists in FlexiBee.
1282 1282
      *
1283
-     * @param mixed $identifer presence state
1283
+     * @param string $identifer presence state
1284 1284
      * 
1285 1285
      * @return boolean
1286 1286
      */
@@ -1706,7 +1706,7 @@  discard block
 block discarded – undo
1706 1706
      * Vrací aktuální globální verzi změn
1707 1707
      *
1708 1708
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1709
-     * @return type
1709
+     * @return integer
1710 1710
      */
1711 1711
     public function getGlobalVersion()
1712 1712
     {
@@ -1888,6 +1888,7 @@  discard block
 block discarded – undo
1888 1888
     /**
1889 1889
      * Obtain established relations listing
1890 1890
      *
1891
+     * @param integer $id
1891 1892
      * @return array Null or Relations
1892 1893
      */
1893 1894
     public function getVazby($id = null)
@@ -1971,7 +1972,7 @@  discard block
 block discarded – undo
1971 1972
      * @param string $subject    Email Subject
1972 1973
      * @param string $body       Email Text
1973 1974
      *
1974
-     * @return int http response code
1975
+     * @return boolean http response code
1975 1976
      */
1976 1977
     public function sendByMail($to, $subject, $body, $cc = null)
1977 1978
     {
@@ -2030,7 +2031,6 @@  discard block
 block discarded – undo
2030 2031
      * Obtain document in given format
2031 2032
      *
2032 2033
      * @param string $format  pdf/csv/xml/json/ ...
2033
-     * @param string $reportName Template used to generate PDF
2034 2034
      *
2035 2035
      * @return string|null filename downloaded or none
2036 2036
      */
Please login to merge, or discard this patch.