Completed
Push — master ( 662e39...f47b5a )
by Roberto
16:11 queued 14:04
created
src/Base.php 1 patch
Doc Comments   +4 added lines, -2 removed lines patch added patch discarded remove patch
@@ -227,6 +227,7 @@  discard block
 block discarded – undo
227 227
     /**
228 228
      * Monta a primeira parte de todas mensagens
229 229
      * @param string $namespace
230
+     * @param string $tipo
230 231
      * @return string
231 232
      */
232 233
     protected function buildMsgH($tipo, $namespace)
@@ -284,9 +285,10 @@  discard block
 block discarded – undo
284 285
     /**
285 286
      * Envia a mensagem para o webservice
286 287
      *
287
-     * @param string $urlService
288
-     * @param strting $body
289 288
      * @param string $method
289
+     * @param string $uri
290
+     * @param string $namespace
291
+     * @param string $met
290 292
      * @return string
291 293
      */
292 294
     protected function envia($uri, $namespace, $data, $method, $met)
Please login to merge, or discard this patch.
src/Tools.php 1 patch
Doc Comments   +4 added lines, -5 removed lines patch added patch discarded remove patch
@@ -56,7 +56,6 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * Define o período de competência das informações
58 58
      * formado AAAABB sendo BB o bimestre de 01 até 06
59
-     * @param string $valor
60 59
      */
61 60
     public function setCompetencia($aaaabb)
62 61
     {
@@ -233,7 +232,7 @@  discard block
 block discarded – undo
233 232
      * Servidor
234 233
      * @param array $data
235 234
      * @param string $method
236
-     * @return array
235
+     * @return string|null
237 236
      */
238 237
     public function servidor($data = array(), $method = 'L')
239 238
     {
@@ -250,7 +249,7 @@  discard block
 block discarded – undo
250 249
      * Situação Servidor Folha Pagamento
251 250
      * @param array $data
252 251
      * @param string $method
253
-     * @return array
252
+     * @return string|null
254 253
      */
255 254
     public function situacaoServidorFolhaPagamento($data = array(), $method = 'L')
256 255
     {
@@ -266,7 +265,7 @@  discard block
 block discarded – undo
266 265
      * Componentes Folha Pagamento
267 266
      * @param array $data
268 267
      * @param string $method
269
-     * @return array
268
+     * @return string|null
270 269
      */
271 270
     public function componentesFolhaPagamento($data = array(), $method = 'L')
272 271
     {
@@ -282,7 +281,7 @@  discard block
 block discarded – undo
282 281
      * Folha Pagamento
283 282
      * @param array $data
284 283
      * @param string $method
285
-     * @return array
284
+     * @return string|null
286 285
      */
287 286
     public function folhaPagamento($data = array(), $method = 'L')
288 287
     {
Please login to merge, or discard this patch.