Test Failed
Push — master ( 0e13f3...6d8a3f )
by Vítězslav
06:17
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/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.
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -615,7 +615,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
     {
Please login to merge, or discard this patch.