diff options
author | Matt Perry <matt@mattperry.com> | 2013-08-23 02:41:39 -0700 |
---|---|---|
committer | Matt Perry <matt@mattperry.com> | 2013-08-23 02:41:39 -0700 |
commit | 0ea51e63908793de4c5d5fa2b4d82c2769fec559 (patch) | |
tree | 4576ef707d6170daf923cfe6f476af9204dc7e62 /bin/wantedpages.php | |
parent | 403ad0ff241a88ebf7ae9ef4365b484e82069e78 (diff) | |
download | rpg-0ea51e63908793de4c5d5fa2b4d82c2769fec559.tar.gz rpg-0ea51e63908793de4c5d5fa2b4d82c2769fec559.tar.bz2 |
Fix CodeSniffer violations for PHP files
Fix violations for Generic.PHP.LowerCaseConstant.Found
Diffstat (limited to 'bin/wantedpages.php')
-rwxr-xr-x | bin/wantedpages.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wantedpages.php b/bin/wantedpages.php index 16ff32b72..afcb6b271 100755 --- a/bin/wantedpages.php +++ b/bin/wantedpages.php @@ -49,7 +49,7 @@ function dw_dir_filter($entry, $basepath) { #------------------------------------------------------------------------------ function dw_get_pages($dir) { - static $trunclen = NULL; + static $trunclen = null; if ( !$trunclen ) { global $conf; $trunclen = strlen($conf['datadir'].':'); |