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