@@ -70,8 +70,7 @@ |
||
70 | 70 | if ($chars_count === 1) |
71 | 71 | { |
72 | 72 | $this->regex_rule = $chars[0] . $command; |
73 | - } |
|
74 | - else |
|
73 | + } else |
|
75 | 74 | { |
76 | 75 | $this->regex_rule = '(' . $chars[0]; |
77 | 76 | foreach($chars as $char) |