Completed
Push — master ( b65575...5d3719 )
by Zura
01:31
created
src/Promocodes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -212,7 +212,7 @@  discard block
 block discarded – undo
212 212
      * Your code will be validated to be unique for one request.
213 213
      *
214 214
      * @param $collection
215
-     * @param $new
215
+     * @param string $new
216 216
      *
217 217
      * @return bool
218 218
      */
@@ -280,7 +280,7 @@  discard block
 block discarded – undo
280 280
      *
281 281
      * @param string $code
282 282
      *
283
-     * @return bool|Promocode
283
+     * @return Promocode
284 284
      * @throws InvalidPromocodeException
285 285
      */
286 286
     public function check($code)
Please login to merge, or discard this patch.