Completed
Pull Request — master (#122)
by Roberto
02:26
created
src/Soap/SoapBase.php 1 patch
Doc Comments   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@  discard block
 block discarded – undo
279 279
     /**
280 280
      * Set security protocol
281 281
      * @param int $protocol
282
-     * @return type Description
282
+     * @return integer Description
283 283
      */
284 284
     public function protocol($protocol = self::SSL_DEFAULT)
285 285
     {
@@ -330,6 +330,7 @@  discard block
 block discarded – undo
330 330
      * @param string $request
331 331
      * @param array $namespaces
332 332
      * @param \SOAPHeader $header
333
+     * @param integer $soapver
333 334
      * @return string
334 335
      */
335 336
     protected function makeEnvelopeSoap(
Please login to merge, or discard this patch.