Test Failed
Push — master ( 275c2e...458c11 )
by Vítězslav
03:36
created
testing/src/FlexiPeeHP/FakturaVydanaTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -157,7 +157,7 @@
 block discarded – undo
157 157
      *
158 158
      * @link https://www.flexibee.eu/podpora/Tickets/Ticket/View/28848 Chyba při Provádění akcí přes REST API JSON
159 159
      * @param \FlexiPeeHP\FakturaVydana $invoice
160
-     * @param array $overide Hodnoty přepisující výchozí v kopii faktury
160
+     * @param array $override Hodnoty přepisující výchozí v kopii faktury
161 161
      * @return \FlexiPeeHP\FakturaVydana
162 162
      */
163 163
     public function invoiceCopy($invoice, $override = [])
Please login to merge, or discard this patch.
src/FlexiPeeHP/Priloha.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * Obtain url for Attachment Download
71 71
      *
72
-     * @param \FlexiBeeRO $object Source object
72
+     * @param FlexiBeeRO $object Source object
73 73
      * @return string url
74 74
      */
75 75
     public static function getDownloadUrl($object)
Please login to merge, or discard this patch.
src/FlexiPeeHP/Changes.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * Povolí oznamování změn
27
-     * @return type
27
+     * @return boolean
28 28
      */
29 29
     public function enable()
30 30
     {
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * Zakáže oznamování změn
37
-     * @return type
37
+     * @return boolean
38 38
      */
39 39
     public function disable()
40 40
     {
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * Vrátí stav zapnutí ChangesAPI
47 47
      *
48
-     * @return boolan
48
+     * @return boolean
49 49
      */
50 50
     public function getStatus()
51 51
     {
Please login to merge, or discard this patch.
debian/flexipeehp/usr/share/php/FlexiPeeHP/Changes.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@  discard block
 block discarded – undo
24 24
 
25 25
     /**
26 26
      * Povolí oznamování změn
27
-     * @return type
27
+     * @return boolean
28 28
      */
29 29
     public function enable()
30 30
     {
@@ -34,7 +34,7 @@  discard block
 block discarded – undo
34 34
 
35 35
     /**
36 36
      * Zakáže oznamování změn
37
-     * @return type
37
+     * @return boolean
38 38
      */
39 39
     public function disable()
40 40
     {
@@ -45,7 +45,7 @@  discard block
 block discarded – undo
45 45
     /**
46 46
      * Vrátí stav zapnutí ChangesAPI
47 47
      *
48
-     * @return boolan
48
+     * @return boolean
49 49
      */
50 50
     public function getStatus()
51 51
     {
Please login to merge, or discard this patch.
debian/flexipeehp/usr/share/php/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -573,7 +573,7 @@  discard block
 block discarded – undo
573 573
      * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical
574 574
      *
575 575
      * @param string $format
576
-     * @return boolen format is availble
576
+     * @return boolean format is availble
577 577
      */
578 578
     public function setFormat($format)
579 579
     {
@@ -1371,7 +1371,7 @@  discard block
 block discarded – undo
1371 1371
     /**
1372 1372
      * Test if given record ID exists in FlexiBee.
1373 1373
      *
1374
-     * @param mixed $identifer presence state
1374
+     * @param string $identifer presence state
1375 1375
      *
1376 1376
      * @return boolean
1377 1377
      */
@@ -1799,7 +1799,7 @@  discard block
 block discarded – undo
1799 1799
      * Vrací aktuální globální verzi změn
1800 1800
      *
1801 1801
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1802
-     * @return type
1802
+     * @return integer
1803 1803
      */
1804 1804
     public function getGlobalVersion()
1805 1805
     {
@@ -1994,6 +1994,7 @@  discard block
 block discarded – undo
1994 1994
     /**
1995 1995
      * Obtain established relations listing
1996 1996
      *
1997
+     * @param integer $id
1997 1998
      * @return array Null or Relations
1998 1999
      */
1999 2000
     public function getVazby($id = null)
@@ -2077,7 +2078,7 @@  discard block
 block discarded – undo
2077 2078
      * @param string $subject    Email Subject
2078 2079
      * @param string $body       Email Text
2079 2080
      *
2080
-     * @return int http response code
2081
+     * @return boolean http response code
2081 2082
      */
2082 2083
     public function sendByMail($to, $subject, $body, $cc = null)
2083 2084
     {
@@ -2136,7 +2137,6 @@  discard block
 block discarded – undo
2136 2137
      * Obtain document in given format
2137 2138
      *
2138 2139
      * @param string $format  pdf/csv/xml/json/ ...
2139
-     * @param string $reportName Template used to generate PDF
2140 2140
      *
2141 2141
      * @return string|null filename downloaded or none
2142 2142
      */
Please login to merge, or discard this patch.
debian/flexipeehp/usr/share/php/FlexiPeeHP/Priloha.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -69,7 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * Obtain url for Attachment Download
71 71
      *
72
-     * @param \FlexiBeeRO $object Source object
72
+     * @param FlexiBeeRO $object Source object
73 73
      * @return string url
74 74
      */
75 75
     public static function getDownloadUrl($object)
Please login to merge, or discard this patch.
src/FlexiPeeHP/FakturaVydana.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@  discard block
 block discarded – undo
57 57
      *
58 58
      * @link https://demo.flexibee.eu/devdoc/parovani-plateb Párování plateb
59 59
      * 
60
-     * @param $doklad Banka|PokladniPohyb|InterniDoklad S jakým dokladem spárovat ?
60
+     * @param PokladniPohyb $doklad Banka|PokladniPohyb|InterniDoklad S jakým dokladem spárovat ?
61 61
      * @param $zbytek string ne|zauctovat|ignorovat|castecnaUhrada|castecnaUhradaNeboZauctovat|castecnaUhradaNeboIgnorovat
62 62
      * 
63 63
      * @return Banka|PokladniPohyb|InterniDoklad Matched document
@@ -165,7 +165,7 @@  discard block
 block discarded – undo
165 165
     /**
166 166
      * add link to advance tax document
167 167
      * 
168
-     * @param Banka|PokladniPohyb $income Income payment document
168
+     * @param Banka $income Income payment document
169 169
      * 
170 170
      * @return boolean success
171 171
      * 
@@ -227,7 +227,7 @@  discard block
 block discarded – undo
227 227
      * 
228 228
      * @param int $size requested of image
229 229
      * 
230
-     * @return type
230
+     * @return string|null
231 231
      */
232 232
     public function getQrCodeImage($size = 140)
233 233
     {
Please login to merge, or discard this patch.
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -597,7 +597,7 @@  discard block
 block discarded – undo
597 597
      * One of html|xml|json|csv|dbf|xls|isdoc|isdocx|edi|pdf|pdf|vcf|ical
598 598
      *
599 599
      * @param string $format
600
-     * @return boolen format is availble
600
+     * @return boolean format is availble
601 601
      */
602 602
     public function setFormat($format)
603 603
     {
@@ -1395,7 +1395,7 @@  discard block
 block discarded – undo
1395 1395
     /**
1396 1396
      * Test if given record ID exists in FlexiBee.
1397 1397
      *
1398
-     * @param mixed $identifer presence state
1398
+     * @param string $identifer presence state
1399 1399
      *
1400 1400
      * @return boolean
1401 1401
      */
@@ -1823,7 +1823,7 @@  discard block
 block discarded – undo
1823 1823
      * Vrací aktuální globální verzi změn
1824 1824
      *
1825 1825
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1826
-     * @return type
1826
+     * @return integer
1827 1827
      */
1828 1828
     public function getGlobalVersion()
1829 1829
     {
@@ -2018,6 +2018,7 @@  discard block
 block discarded – undo
2018 2018
     /**
2019 2019
      * Obtain established relations listing
2020 2020
      *
2021
+     * @param integer $id
2021 2022
      * @return array Null or Relations
2022 2023
      */
2023 2024
     public function getVazby($id = null)
@@ -2101,7 +2102,7 @@  discard block
 block discarded – undo
2101 2102
      * @param string $subject    Email Subject
2102 2103
      * @param string $body       Email Text
2103 2104
      *
2104
-     * @return int http response code
2105
+     * @return boolean http response code
2105 2106
      */
2106 2107
     public function sendByMail($to, $subject, $body, $cc = null)
2107 2108
     {
Please login to merge, or discard this patch.