aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/notification/type/post.php
diff options
context:
space:
mode:
authorn-aleha <nick_aleha@myway.com>2014-05-20 18:58:42 +0300
committern-aleha <nick_aleha@myway.com>2014-08-03 07:13:20 +0300
commit6ac8d17af66900c87b4524c92e0cc26535ded7b0 (patch)
tree3c84acccf267857e566055cea4d55912c7f4ec75 /phpBB/phpbb/notification/type/post.php
parentc355b60c62441d15b5c2ee7044329af784c234f2 (diff)
downloadforums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.gz
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.bz2
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.tar.xz
forums-6ac8d17af66900c87b4524c92e0cc26535ded7b0.zip
[ticket/12557] Fix doc block errors found by Sami
More corrections. PHPBB3-12557
Diffstat (limited to 'phpBB/phpbb/notification/type/post.php')
-rw-r--r--phpBB/phpbb/notification/type/post.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/phpbb/notification/type/post.php b/phpBB/phpbb/notification/type/post.php
index ee3a253e0f..c602e0d5c3 100644
--- a/phpBB/phpbb/notification/type/post.php
+++ b/phpBB/phpbb/notification/type/post.php
@@ -87,6 +87,7 @@ class post extends \phpbb\notification\type\base
* Find the users who want to receive notifications
*
* @param array $post Data from
+ * @param array $options Options for finding users for notification
*
* @return array
*/