1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-02 22:27:30 +02:00

Make class 'Base64' final

This commit is contained in:
Marco
2017-02-21 08:28:14 +01:00
parent 8ab08f41e1
commit 6a15679238

View File

@@ -8,7 +8,7 @@
namespace Delight\Auth; namespace Delight\Auth;
class Base64 { final class Base64 {
const SPECIAL_CHARS_ORIGINAL = '+/='; const SPECIAL_CHARS_ORIGINAL = '+/=';
const SPECIAL_CHARS_SAFE = '._-'; const SPECIAL_CHARS_SAFE = '._-';