Test Failed
Push — master ( e1e8a5...f6f865 )
by Vítězslav
03:08
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.
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.
src/FlexiPeeHP/SkladovyPohybPolozka.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,7 @@
 block discarded – undo
25 25
     /**
26 26
      * Add Items Serial Number
27 27
      * 
28
-     * @param type $number
28
+     * @param string $number
29 29
      * @param type $isMain
30 30
      * 
31 31
      * @return boolean Success
Please login to merge, or discard this patch.