Completed
Push — master ( f48116...59734f )
by Vítězslav
39:07 queued 14:07
created
src/FlexiPeeHP/Stitky.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -41,7 +41,6 @@
 block discarded – undo
41 41
     /**
42 42
      * UnSet Label for Current Object record
43 43
      *
44
-     * @param string|array $label(s) To Remove
45 44
      *
46 45
      * @return boolean   success result ?
47 46
      */
Please login to merge, or discard this patch.
src/FlexiPeeHP/FlexiBeeRO.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1905,7 +1905,7 @@  discard block
 block discarded – undo
1905 1905
      *
1906 1906
      * @link https://demo.flexibee.eu/devdoc/identifiers Identifikátory záznamů
1907 1907
      *
1908
-     * @return null|int indentifikátor záznamu reprezentovaného objektem
1908
+     * @return string indentifikátor záznamu reprezentovaného objektem
1909 1909
      */
1910 1910
     public function getRecordID() {
1911 1911
         $id = $this->getDataValue('id');
@@ -2019,7 +2019,7 @@  discard block
 block discarded – undo
2019 2019
      *
2020 2020
      * @param string $want Namespace Selector. If empty,you obtain the first one.
2021 2021
      * 
2022
-     * @return string|array one id or array if multiplete
2022
+     * @return string one id or array if multiplete
2023 2023
      */
2024 2024
     public function getExternalID($want = null) {
2025 2025
         $extid = null;
Please login to merge, or discard this patch.
src/FlexiPeeHP/Root.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -32,7 +32,7 @@
 block discarded – undo
32 32
     /**
33 33
      * Get availble companies listing
34 34
      * 
35
-     * @param array $condition applay to listing
35
+     * @param array $conditions applay to listing
36 36
      * 
37 37
      * @return array
38 38
      */
Please login to merge, or discard this patch.
src/FlexiPeeHP/FlexiBeeRW.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -570,7 +570,7 @@
 block discarded – undo
570 570
      *
571 571
      * @url https://www.flexibee.eu/api/dokumentace/ref/odesilani-mailem/
572 572
      * 
573
-     * @return int http response code
573
+     * @return boolean http response code
574 574
      */
575 575
     public function sendUnsent() {
576 576
         $this->performRequest('automaticky-odeslat-neodeslane', 'PUT', 'xml');
Please login to merge, or discard this patch.