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