summaryrefslogtreecommitdiff
path: root/inc/subscription.php
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 /inc/subscription.php
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 'inc/subscription.php')
-rw-r--r--inc/subscription.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/subscription.php b/inc/subscription.php
index 4248e4b11..ecbc9ef19 100644
--- a/inc/subscription.php
+++ b/inc/subscription.php
@@ -617,7 +617,7 @@ class Subscription {
* @param string $rev The revision of the page, set to the current revision of the page $id if not set
* @return string
*/
- protected function getMessageID($id, $rev = NULL) {
+ protected function getMessageID($id, $rev = null) {
static $listid = null;
if (is_null($listid)) {
$server = parse_url(DOKU_URL, PHP_URL_HOST);
@@ -694,4 +694,4 @@ class Subscription {
function subscription_addresslist(&$data) {
$sub = new Subscription();
$sub->notifyaddresses($data);
-} \ No newline at end of file
+}