문법에 맞지 않는 괄호 다시 삭제

This commit is contained in:
Min-Soo Kim 2020-12-22 17:11:23 +09:00
parent edc674a220
commit 55651a006a

View file

@ -436,7 +436,7 @@ class VariableBase
* @param string $value
* @return object
*/
private function _parseSearchKeywords() ($value)
private function _parseSearchKeywords($value)
{
// parse the value (text)
$keywords = preg_split('/("[^"]*")|[\s,]+/', trim($value), 10, \PREG_SPLIT_NO_EMPTY | \PREG_SPLIT_DELIM_CAPTURE);