From 6ac8d17af66900c87b4524c92e0cc26535ded7b0 Mon Sep 17 00:00:00 2001 From: n-aleha Date: Tue, 20 May 2014 18:58:42 +0300 Subject: [ticket/12557] Fix doc block errors found by Sami More corrections. PHPBB3-12557 --- phpBB/phpbb/notification/type/post.php | 1 + 1 file changed, 1 insertion(+) (limited to 'phpBB/phpbb/notification') 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 */ -- cgit v1.2.1