diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-04-28 01:01:09 +0200 |
---|---|---|
committer | Nicofuma <github@nicofuma.fr> | 2015-05-19 22:19:18 +0200 |
commit | a462f14aa367e9b8f94c4d2da35458353bad8c0f (patch) | |
tree | 42f63b1695580b5bb50e664b5af70838e88944f1 /phpBB/includes/functions.php | |
parent | 73a0988f59058bfce9b42cb416acf68fc2544f63 (diff) | |
download | forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.gz forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.bz2 forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.tar.xz forums-a462f14aa367e9b8f94c4d2da35458353bad8c0f.zip |
[ticket/13790] Update phpcs
PHPBB3-13790
Diffstat (limited to 'phpBB/includes/functions.php')
-rw-r--r-- | phpBB/includes/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 573df9e55d..8bec5a97f5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -1159,7 +1159,7 @@ function markread($mode, $forum_id = false, $topic_id = false, $post_time = 0, $ /** * This event is used for performing actions directly before marking forums, * topics or posts as read. - * + * * It is also possible to prevent the marking. For that, the $should_markread parameter * should be set to FALSE. * |