1
0
mirror of https://github.com/delight-im/PHP-Auth.git synced 2025-08-05 07:37:25 +02:00

Rename identifiers in comments to prevent highlighting in IDE

This commit is contained in:
Marco
2018-03-10 17:46:05 +01:00
parent 9478a43e9b
commit 477164e8ec

View File

@@ -32,14 +32,14 @@ final class Role {
const SUPER_EDITOR = 524288; const SUPER_EDITOR = 524288;
const SUPER_MODERATOR = 1048576; const SUPER_MODERATOR = 1048576;
const TRANSLATOR = 2097152; const TRANSLATOR = 2097152;
// const XXX = 4194304; // const XYZ = 4194304;
// const XXX = 8388608; // const XYZ = 8388608;
// const XXX = 16777216; // const XYZ = 16777216;
// const XXX = 33554432; // const XYZ = 33554432;
// const XXX = 67108864; // const XYZ = 67108864;
// const XXX = 134217728; // const XYZ = 134217728;
// const XXX = 268435456; // const XYZ = 268435456;
// const XXX = 536870912; // const XYZ = 536870912;
/** /**
* Returns an array mapping the numerical role values to their descriptive names * Returns an array mapping the numerical role values to their descriptive names