Skip to content

Commit 09cf413

Browse files
This should be static I guess
Shouldn' t break anything though.
1 parent 1f2730d commit 09cf413

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

VerbalExpressions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class VerbalExpressions
2424
* @param string $value the to be added
2525
* @return string escaped value
2626
*/
27-
public function sanitize($value)
27+
public static function sanitize($value)
2828
{
2929
return $value ? preg_quote($value, "/") : $value;
3030
}

0 commit comments

Comments
 (0)