summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMatt Perry <matt@mattperry.com>2013-08-23 02:41:39 -0700
committerMatt Perry <matt@mattperry.com>2013-08-23 02:41:39 -0700
commit0ea51e63908793de4c5d5fa2b4d82c2769fec559 (patch)
tree4576ef707d6170daf923cfe6f476af9204dc7e62 /bin
parent403ad0ff241a88ebf7ae9ef4365b484e82069e78 (diff)
downloadrpg-0ea51e63908793de4c5d5fa2b4d82c2769fec559.tar.gz
rpg-0ea51e63908793de4c5d5fa2b4d82c2769fec559.tar.bz2
Fix CodeSniffer violations for PHP files
Fix violations for Generic.PHP.LowerCaseConstant.Found
Diffstat (limited to 'bin')
-rwxr-xr-xbin/wantedpages.php2
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'].':');