Passed
Push — master ( f48c1a...eab5b0 )
by Roberto
38s
created
src/Soap/SoapBase.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -275,7 +275,7 @@  discard block
 block discarded – undo
275 275
     /**
276 276
      * Set security protocol
277 277
      * @param int $protocol
278
-     * @return type Description
278
+     * @return integer Description
279 279
      */
280 280
     public function protocol($protocol = self::SSL_DEFAULT)
281 281
     {
@@ -327,6 +327,7 @@  discard block
 block discarded – undo
327 327
      * @param string $operation
328 328
      * @param array $namespaces
329 329
      * @param \SOAPHeader $header
330
+     * @param integer $soapver
330 331
      * @return string
331 332
      */
332 333
     protected function makeEnvelopeSoap(
Please login to merge, or discard this patch.