Skip to content

Commit 668839e

Browse files
committed
Add limit method visibility
1 parent eb88200 commit 668839e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerbalExpressions/PHPVerbalExpressions/VerbalExpressions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ public function clean($options = array())
514514
* @param integer $max
515515
* @return VerbalExpressions
516516
*/
517-
function limit($min, $max = 0) {
517+
public function limit($min, $max = 0) {
518518
if($max == 0)
519519
$value = "{".$min."}";
520520

0 commit comments

Comments
 (0)