@@ -39,12 +39,12 @@ |
||
39 | 39 | */ |
40 | 40 | private function compileValidPattern() |
41 | 41 | { |
42 | - $this->valid_pattern = '/^([\/\?' . |
|
43 | - $this->unreserved_pattern . |
|
44 | - $this->sub_delims_pattern . |
|
45 | - $this->pchar_pattern . |
|
46 | - ']|' . |
|
47 | - $this->pct_encoded_pattern . |
|
42 | + $this->valid_pattern = '/^([\/\?'. |
|
43 | + $this->unreserved_pattern. |
|
44 | + $this->sub_delims_pattern. |
|
45 | + $this->pchar_pattern. |
|
46 | + ']|'. |
|
47 | + $this->pct_encoded_pattern. |
|
48 | 48 | ')*$/'; |
49 | 49 | } |
50 | 50 | } |