Completed
Push — master ( e7d66f...77a53e )
by Roberto
04:50 queued 02:26
created
src/Certificate/Asn1.php 1 patch
Doc Comments   +2 added lines, -4 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@  discard block
 block discarded – undo
39 39
      * type "sequence", as the first element of the structure
40 40
      * @param string $publickeyUnformated
41 41
      * @param string $oidNumber OID formated number
42
-     * @return array
42
+     * @return string
43 43
      */
44 44
     public static function getOIDdata($oidNumber, $publickeyUnformated)
45 45
     {
@@ -88,8 +88,6 @@  discard block
 block discarded – undo
88 88
     
89 89
     /**
90 90
      * Get length of data field of a sequency from certifcate
91
-     * @param integer $len
92
-     * @param integer $bytes
93 91
      * @param string $data
94 92
      * @return integer
95 93
      */
@@ -142,7 +140,7 @@  discard block
 block discarded – undo
142 140
      * @param array $abIn
143 141
      * @param integer $qIn
144 142
      * @param boolean $flag
145
-     * @return integer
143
+     * @return integer[]
146 144
      */
147 145
     protected static function xBase128($abIn, $qIn, $flag)
148 146
     {
Please login to merge, or discard this patch.
src/Soap/SoapBase.php 1 patch
Doc Comments   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -197,7 +197,7 @@  discard block
 block discarded – undo
197 197
     /**
198 198
      * Set security protocol
199 199
      * @param int $protocol
200
-     * @return type Description
200
+     * @return integer Description
201 201
      */
202 202
     public function protocol($protocol = self::SSL_DEFAULT)
203 203
     {
@@ -248,6 +248,7 @@  discard block
 block discarded – undo
248 248
      * @param string $operation
249 249
      * @param array $namespaces
250 250
      * @param \SOAPHeader $header
251
+     * @param integer $soapver
251 252
      * @return string
252 253
      */
253 254
     protected function makeEnvelopeSoap(
@@ -316,6 +317,7 @@  discard block
 block discarded – undo
316 317
     
317 318
     /**
318 319
      * Delete all files in folder
320
+     * @param string $folder
319 321
      */
320 322
     public function removeTemporarilyFiles($folder)
321 323
     {
Please login to merge, or discard this patch.