Completed
Push — develop ( 146f3e...4146c2 )
by Chris
03:08
created
src/ComodoDecodeCSR.php 1 patch
Doc Comments   +5 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,6 +58,10 @@  discard block
 block discarded – undo
58 58
         $this->Form['csr'] = $CSR;
59 59
     }
60 60
 
61
+    /**
62
+     * @param integer $code
63
+     * @param string $message
64
+     */
61 65
     protected function addWarning($code, $message)
62 66
     {
63 67
         $this->warnings[] = [
@@ -103,7 +107,7 @@  discard block
 block discarded – undo
103 107
 
104 108
     /**
105 109
      *
106
-     * @param  GuzzleHttp\Psr7\Response $response
110
+     * @param  Response $response
107 111
      * @return bool
108 112
      */
109 113
     public function checkDVC(Response $response)
Please login to merge, or discard this patch.