@@ -38,7 +38,7 @@ |
||
38 | 38 | return false; |
39 | 39 | } |
40 | 40 | |
41 | - preg_match('/' . self::TOKEN_NAME . '\s(\w*)/', $line, $matches); |
|
41 | + preg_match('/'.self::TOKEN_NAME.'\s(\w*)/', $line, $matches); |
|
42 | 42 | if ($matches) { |
43 | 43 | return $matches[1]; |
44 | 44 | } |