Updating some terminology and variable names. Also updated readme to include more information about extending the package and fixed some spelling errors
This commit is contained in:
@ -18,15 +18,11 @@ class InStringMatcher extends BaseMatcher
|
||||
protected $operator = 'LIKE';
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
protected $multiplier = 30;
|
||||
|
||||
/**
|
||||
* @param $searchString
|
||||
* @return string
|
||||
*/
|
||||
public function formatSearchString( $searchString ){
|
||||
public function formatSearchString( $searchString )
|
||||
{
|
||||
return "%$searchString%";
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user