Completed
Push — master ( dca109...cb708a )
by Zura
01:51 queued 11s
created
src/Promocodes.php 1 patch
Doc Comments   +3 added lines, -4 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@  discard block
 block discarded – undo
129 129
      * Fail will return empty collection.
130 130
      *
131 131
      * @param int $amount
132
-     * @param null $reward
132
+     * @param double|null $reward
133 133
      * @param array $data
134 134
      * @param int|null $expires_in
135 135
      * @param bool $is_disposable
@@ -253,7 +253,7 @@  discard block
 block discarded – undo
253 253
      * Your code will be validated to be unique for one request.
254 254
      *
255 255
      * @param $collection
256
-     * @param $new
256
+     * @param string $new
257 257
      *
258 258
      * @return bool
259 259
      */
@@ -288,7 +288,6 @@  discard block
 block discarded – undo
288 288
     /**
289 289
      * Get custom set data value
290 290
      *
291
-     * @param null|array $data
292 291
      * @return null|array
293 292
      */
294 293
     public function getData($request)
@@ -456,7 +455,7 @@  discard block
 block discarded – undo
456 455
      *
457 456
      * @param string $code
458 457
      *
459
-     * @return bool|Promocode
458
+     * @return Promocode
460 459
      */
461 460
     public function check($code)
462 461
     {
Please login to merge, or discard this patch.