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:
@@ -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 = '._-';
|
||||||
|
Reference in New Issue
Block a user