@@ -28,6 +28,9 @@ |
||
28 | 28 | $this->count = $count; |
29 | 29 | } |
30 | 30 | |
31 | + /** |
|
32 | + * @param integer $limit |
|
33 | + */ |
|
31 | 34 | public static function for($pattern, $replacement, $subject, $limit) |
32 | 35 | { |
33 | 36 | $count = 0; |