Completed
Push — master ( ec66da...c95071 )
by Roberto
30:31 queued 15:29
created
src/Atende.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      * Set debugmod
90 90
      * When debugmod = true, files with soap content will be saved for analises
91 91
      * @param bool $flag
92
-     * @return void
92
+     * @return boolean
93 93
      */
94 94
     public function setDebugMode($flag = true)
95 95
     {
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * Set soap timeout parameter in seconds
104 104
      * @param int $sec
105
-     * @return void
105
+     * @return integer
106 106
      */
107 107
     public function setSoapTimeOut($sec = 10)
108 108
     {
Please login to merge, or discard this patch.