diff options
author | Michal Čihař <michal@cihar.com> | 2016-11-30 11:25:17 +0100 |
---|---|---|
committer | Michal Čihař <michal@cihar.com> | 2016-11-30 11:26:20 +0100 |
commit | 3d206ed0b449683ebd9ba836ff490a122e4f46af (patch) | |
tree | 72f9fa89e345ecbcd867819e114fb6694ee928ce | |
parent | e69da4e0f5fbf29450ca310e9e6625b4a8455763 (diff) | |
download | sql-parser-3d206ed0b449683ebd9ba836ff490a122e4f46af.zip sql-parser-3d206ed0b449683ebd9ba836ff490a122e4f46af.tar.gz sql-parser-3d206ed0b449683ebd9ba836ff490a122e4f46af.tar.bz2 |
Use https url for ietf.org
Fixes #102
Signed-off-by: Michal Čihař <michal@cihar.com>
-rw-r--r-- | src/UtfString.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UtfString.php b/src/UtfString.php index c7b08d8..8b53a6d 100644 --- a/src/UtfString.php +++ b/src/UtfString.php @@ -174,7 +174,7 @@ class UtfString implements \ArrayAccess * * @param string $byte The byte to be analyzed. * - * @see http://tools.ietf.org/html/rfc3629 + * @see https://tools.ietf.org/html/rfc3629 * * @return int */ |