Completed
Push — master ( 8b4718...61d59f )
by Oleg
02:27
created
lib/WebMarketingROI/OptimizelyPHP/Exception.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -82,7 +82,6 @@  discard block
 block discarded – undo
82 82
             
83 83
     /**
84 84
      * Set HTTP response code.
85
-     * @param integer $code
86 85
      */
87 86
     public function setHttpCode($httpCode)
88 87
     {
@@ -100,7 +99,6 @@  discard block
 block discarded – undo
100 99
             
101 100
     /**
102 101
      * Set message
103
-     * @param string $message
104 102
      */
105 103
     public function setUuid($uuid)
106 104
     {
@@ -145,7 +143,7 @@  discard block
 block discarded – undo
145 143
     
146 144
     /**
147 145
      * Return the exact time that your fresh new rate limit kicks in.
148
-     * @return integer|null
146
+     * @return string
149 147
      */
150 148
     public function getRateLimitReset()
151 149
     {
Please login to merge, or discard this patch.
lib/WebMarketingROI/OptimizelyPHP/Result.php 1 patch
Doc Comments   +2 added lines, -5 removed lines patch added patch discarded remove patch
@@ -70,8 +70,6 @@  discard block
 block discarded – undo
70 70
     /**
71 71
      * Constructor.
72 72
      * @param array $decodedJsonData
73
-     * @param string $rawHttpResponseData
74
-     * @param array[string] $rawHttpResponseHeaders
75 73
      */
76 74
     public function __construct($decodedJsonData, $httpCode)
77 75
     {
@@ -90,7 +88,6 @@  discard block
 block discarded – undo
90 88
             
91 89
     /**
92 90
      * Set HTTP response code.
93
-     * @param integer $code
94 91
      */
95 92
     public function setHttpCode($httpCode)
96 93
     {
@@ -108,7 +105,7 @@  discard block
 block discarded – undo
108 105
     
109 106
     /**
110 107
      * Set payload (parsed and wrapped response data).
111
-     * @param mixed $payload
108
+     * @param integer $payload
112 109
      */
113 110
     public function setPayload($payload)
114 111
     {
@@ -225,7 +222,7 @@  discard block
 block discarded – undo
225 222
     
226 223
     /**
227 224
      * Return the exact time that your fresh new rate limit kicks in.
228
-     * @return integer|null
225
+     * @return string
229 226
      */
230 227
     public function getRateLimitReset()
231 228
     {
Please login to merge, or discard this patch.