Completed
Push — master ( 13ce84...26c17f )
by Mārtiņš
02:10
created
src/Palladium/Entity/Identity.php 1 patch
Spacing   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -23,10 +23,10 @@
 block discarded – undo
23 23
     const ACTION_RESET = 2;
24 24
 
25 25
     const STATUS_ANY = null;
26
-    const STATUS_NEW = 1;       // not veriefoed user
27
-    const STATUS_ACTIVE = 2;    // this is the "good" state
26
+    const STATUS_NEW = 1; // not veriefoed user
27
+    const STATUS_ACTIVE = 2; // this is the "good" state
28 28
     const STATUS_DISCARDED = 4; // user logged out or changed password
29
-    const STATUS_BLOCKED = 8;   // someone tried to us an invalid auth cookie
29
+    const STATUS_BLOCKED = 8; // someone tried to us an invalid auth cookie
30 30
     const STATUS_EXPIRED = 16;
31 31
 
32 32
     const TYPE_ANY = null;
Please login to merge, or discard this patch.