Test Failed
Push — master ( c79054...8fe7e6 )
by Vítězslav
03:11
created
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1394,7 +1394,7 @@  discard block
 block discarded – undo
1394 1394
      * Vrací aktuální globální verzi změn
1395 1395
      *
1396 1396
      * @link https://www.flexibee.eu/api/dokumentace/ref/changes-api#globalVersion Globální Verze
1397
-     * @return type
1397
+     * @return integer|null
1398 1398
      */
1399 1399
     public function getGlobalVersion()
1400 1400
     {
@@ -1685,7 +1685,7 @@  discard block
 block discarded – undo
1685 1685
      * @param string $subject
1686 1686
      * @param string $body Email Text
1687 1687
      *
1688
-     * @return int http response code
1688
+     * @return boolean http response code
1689 1689
      */
1690 1690
     public function sendByMail($to, $subject, $body, $cc = null)
1691 1691
     {
Please login to merge, or discard this patch.
src/FlexiPeeHP/Priloha.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -69,6 +69,7 @@
 block discarded – undo
69 69
     /**
70 70
      * Obtain url for Attachment Download
71 71
      *
72
+     * @param FlexiBeeRO $object
72 73
      * @return string url
73 74
      */
74 75
     public static function getDownloadUrl($object)
Please login to merge, or discard this patch.