Completed
Push — master ( 7a34c1...e07e94 )
by Dmitry
02:52
created
src/charge/modifiers/GrowingDiscount.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -82,6 +82,9 @@
 block discarded – undo
82 82
 
83 83
     }
84 84
 
85
+    /**
86
+     * @param string $name
87
+     */
85 88
     public function ensureValidLimit($limit, $name)
86 89
     {
87 90
         $limit = static::ensureValidValue($limit);
Please login to merge, or discard this patch.