File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1010class Url implements UrlInterface
1111{
1212
13- const URL_SCHEME_SEPARATOR = ':// ' ;
14- const URL_CREDENTIALS_SEPARATOR = ': ' ;
15- const URL_AUTHENTICATION_SEPARATOR = '@ ' ;
16- const URL_PORT_SEPARATOR = ': ' ;
17- const URL_QUERYSTRING_SEPARATOR = '? ' ;
18- const URL_QUERY_SEPARATOR = '& ' ;
19- const URL_FRAGMENT_SEPARATOR = '# ' ;
20-
2113 /**
2214 * @var string
2315 */
Original file line number Diff line number Diff line change 1010interface UrlInterface
1111{
1212
13+ const URL_SCHEME_SEPARATOR = ':// ' ;
14+ const URL_CREDENTIALS_SEPARATOR = ': ' ;
15+ const URL_AUTHENTICATION_SEPARATOR = '@ ' ;
16+ const URL_PORT_SEPARATOR = ': ' ;
17+ const URL_QUERYSTRING_SEPARATOR = '? ' ;
18+ const URL_QUERY_SEPARATOR = '& ' ;
19+ const URL_FRAGMENT_SEPARATOR = '# ' ;
20+
1321 /**
1422 * Url constructor.
1523 *
You can’t perform that action at this time.
0 commit comments