diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-05-25 11:43:06 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-05-25 11:43:06 +0200 |
commit | 6ebb44cb82f27dd826759fcb8e4a450452fd3635 (patch) | |
tree | f5c418d3baccc31767671798c3b6586bb7d09f41 /inc/subscription.php | |
parent | 7f41344085d6bab6b602773f09c85534c9ad36cf (diff) | |
parent | ef11fcfcd6213789fb126766301a6ffaf8f83055 (diff) | |
download | rpg-6ebb44cb82f27dd826759fcb8e4a450452fd3635.tar.gz rpg-6ebb44cb82f27dd826759fcb8e4a450452fd3635.tar.bz2 |
Merge pull request #729 from splitbrain/scrutinizer
PHPdocs, unused var, etc
Diffstat (limited to 'inc/subscription.php')
-rw-r--r-- | inc/subscription.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/inc/subscription.php b/inc/subscription.php index a6f3dec44..aab6de926 100644 --- a/inc/subscription.php +++ b/inc/subscription.php @@ -650,9 +650,11 @@ class Subscription { * @todo move the whole functionality into this class, trigger SUBSCRIPTION_NOTIFY_ADDRESSLIST instead, * use an array for the addresses within it * - * @param array &$data Containing $id (the page id), $self (whether the author - * should be notified, $addresslist (current email address - * list) + * @param array &$data Containing the entries: + * - $id (the page id), + * - $self (whether the author should be notified, + * - $addresslist (current email address list) + * - $replacements (array of additional string substitutions, @KEY@ to be replaced by value) */ public function notifyaddresses(&$data) { if(!$this->isenabled()) return; |