summaryrefslogtreecommitdiff
path: root/inc/subscription.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2014-05-25 11:43:06 +0200
committerAndreas Gohr <andi@splitbrain.org>2014-05-25 11:43:06 +0200
commit6ebb44cb82f27dd826759fcb8e4a450452fd3635 (patch)
treef5c418d3baccc31767671798c3b6586bb7d09f41 /inc/subscription.php
parent7f41344085d6bab6b602773f09c85534c9ad36cf (diff)
parentef11fcfcd6213789fb126766301a6ffaf8f83055 (diff)
downloadrpg-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.php8
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;