Skip to content

Commit 7457764

Browse files
committed
Removing non RFC3986 authorized characters
1 parent 66a8179 commit 7457764

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Encryption/UrlCoder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(\Magento\Framework\UrlInterface $url)
2626
}
2727

2828
/**
29-
* base64_encode() for URLs encoding
29+
* The base64_encode() for URLs encoding
3030
*
3131
* @param string $url
3232
* @return string
@@ -37,7 +37,7 @@ public function encode($url)
3737
}
3838

3939
/**
40-
* base64_decode() for URLs decoding
40+
* The base64_decode() for URLs decoding
4141
*
4242
* @param string $url
4343
* @return string

0 commit comments

Comments
 (0)