Completed
Push — master ( 0fa647...407b6f )
by Zura
02:38 queued 01:04
created
src/Promocodes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -119,7 +119,7 @@  discard block
 block discarded – undo
119 119
      *
120 120
      * @param string $code
121 121
      *
122
-     * @return bool|Promocode
122
+     * @return Promocode
123 123
      * @throws InvalidPromocodeException
124 124
      */
125 125
     public function check($code)
@@ -282,7 +282,7 @@  discard block
 block discarded – undo
282 282
      * Your code will be validated to be unique for one request.
283 283
      *
284 284
      * @param $collection
285
-     * @param $new
285
+     * @param string $new
286 286
      *
287 287
      * @return bool
288 288
      */
Please login to merge, or discard this patch.