diff options
author | n-aleha <nick_aleha@myway.com> | 2014-05-20 18:58:42 +0300 |
---|---|---|
committer | n-aleha <nick_aleha@myway.com> | 2014-08-03 07:13:20 +0300 |
commit | 6ac8d17af66900c87b4524c92e0cc26535ded7b0 (patch) | |
tree | 3c84acccf267857e566055cea4d55912c7f4ec75 /phpBB/phpbb/notification | |
parent | c355b60c62441d15b5c2ee7044329af784c234f2 (diff) | |
download | forums-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')
-rw-r--r-- | phpBB/phpbb/notification/type/post.php | 1 |
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 */ |