Skip to content

Commit

Permalink
OK, so phplint is working!
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Mar 31, 2023
1 parent c061438 commit f78f5b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common.php
Expand Up @@ -34,8 +34,7 @@
define('IS_CLI', in_array(php_sapi_name(), ['cli', 'phpdb']));

// account flags
// test phplint, should give error as there is no semicolon
const FLAG_NONE = 0
const FLAG_NONE = 0;
const FLAG_ADMIN = 1;
const FLAG_SUPER_ADMIN = 2;
const FLAG_SUPER_BOTH = 3;
Expand Down

0 comments on commit f78f5b5

Please sign in to comment.