@@ -66,12 +66,12 @@ |
||
66 | 66 | */ |
67 | 67 | private function compileValidPattern() |
68 | 68 | { |
69 | - self::$valid_pattern = '/^([\/\?' . |
|
70 | - $this->unreserved_pattern . |
|
71 | - $this->sub_delims_pattern . |
|
72 | - $this->pchar_pattern . |
|
73 | - ']|' . |
|
74 | - $this->pct_encoded_pattern . |
|
69 | + self::$valid_pattern = '/^([\/\?'. |
|
70 | + $this->unreserved_pattern. |
|
71 | + $this->sub_delims_pattern. |
|
72 | + $this->pchar_pattern. |
|
73 | + ']|'. |
|
74 | + $this->pct_encoded_pattern. |
|
75 | 75 | ')*$/'; |
76 | 76 | } |
77 | 77 | } |