Completed
Push — master ( 2eb122...6a0424 )
by Andrii
02:35
created
src/charge/modifiers/GrowingDiscount.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -73,6 +73,9 @@
 block discarded – undo
73 73
         return $this;
74 74
     }
75 75
 
76
+    /**
77
+     * @param string $name
78
+     */
76 79
     public function ensureValidLimit($limit, $name)
77 80
     {
78 81
         $limit = static::ensureValidValue($limit);
Please login to merge, or discard this patch.