1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-07-30 21:00:13 +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;
class Base64 {
final class Base64 {
const SPECIAL_CHARS_ORIGINAL = '+/=';
const SPECIAL_CHARS_SAFE = '._-';