Skip to content

Commit 52a1823

Browse files
committed
remove @const
1 parent 77d7d1b commit 52a1823

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

system/HTTP/URI.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,14 @@ class URI
2222
/**
2323
* Sub-delimiters used in query strings and fragments.
2424
*
25-
* @const string
26-
* @var string
25+
* @var string
2726
*/
2827
const CHAR_SUB_DELIMS = '!\$&\'\(\)\*\+,;=';
2928

3029
/**
3130
* Unreserved characters used in paths, query strings, and fragments.
3231
*
33-
* @const string
34-
* @var string
32+
* @var string
3533
*/
3634
const CHAR_UNRESERVED = 'a-zA-Z0-9_\-\.~';
3735

0 commit comments

Comments
 (0)