Passed
Pull Request — master (#7)
by Lesnykh
02:45 queued 14s
created
example/example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -26,7 +26,7 @@
 block discarded – undo
26 26
 // ...
27 27
 define('IS_BANNED', 64); // bitmask number greater than 64*1-1
28 28
 // ...
29
-define('HAS_ALREADY_NOTIFIED', 128);  // bitmask number greater than 64*2-1
29
+define('HAS_ALREADY_NOTIFIED', 128); // bitmask number greater than 64*2-1
30 30
 
31 31
 // some users from storage
32 32
 $user = [
Please login to merge, or discard this patch.