Completed
Push — master ( b58657...5bf628 )
by Zura
02:02
created
src/Promocodes.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@  discard block
 block discarded – undo
93 93
      * Your code will be validated to be unique for one request.
94 94
      *
95 95
      * @param $collection
96
-     * @param $new
96
+     * @param string $new
97 97
      *
98 98
      * @return bool
99 99
      */
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      * @param null  $reward
136 136
      * @param array $data
137 137
      *
138
-     * @return static
138
+     * @return \Illuminate\Support\Collection
139 139
      */
140 140
     public function create($amount = 1, $reward = null, array $data = [])
141 141
     {
Please login to merge, or discard this patch.