Skip to content

Commit 1206366

Browse files
committed
Merge pull request #6 from ChristianGaertner/patch-1
This should be static I guess
2 parents 1f2730d + 09cf413 commit 1206366

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)