Test Failed
Push — master ( f0c7e6...bda9d2 )
by Roberto
05:52 queued 03:11
created
src/Common/Soap/SoapBase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -348,7 +348,7 @@
 block discarded – undo
348 348
      *
349 349
      * @param  int $protocol
350 350
      *
351
-     * @return type Description
351
+     * @return integer Description
352 352
      */
353 353
     public function protocol($protocol = self::SSL_DEFAULT)
354 354
     {
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS1202.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -317,7 +317,7 @@  discard block
 block discarded – undo
317 317
 
318 318
     /**
319 319
      * Add infosaudecolet to remunPerApur
320
-     * @param type $node
320
+     * @param \DOMElement $node
321 321
      * @param type $std
322 322
      * @return type
323 323
      */
@@ -390,7 +390,7 @@  discard block
 block discarded – undo
390 390
 
391 391
     /**
392 392
      * Add infoperant to dmDev
393
-     * @param type $node
393
+     * @param \DOMElement $node
394 394
      * @param type $std
395 395
      * @return type
396 396
      */
Please login to merge, or discard this patch.
src/Factories/Traits/TraitS2210.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -292,6 +292,9 @@  discard block
 block discarded – undo
292 292
         $this->node->appendChild($ideVinculo);
293 293
     }
294 294
 
295
+    /**
296
+     * @return \DOMNode
297
+     */
295 298
     protected function tagCAT()
296 299
     {
297 300
         $cat = $this->dom->createElement("cat");
@@ -373,6 +376,9 @@  discard block
 block discarded – undo
373 376
         return $cat;
374 377
     }
375 378
 
379
+    /**
380
+     * @return \DOMElement
381
+     */
376 382
     protected function tagLocalAcidente(\DOMElement &$cat)
377 383
     {
378 384
         $localAcidente = $this->dom->createElement("localAcidente");
Please login to merge, or discard this patch.