aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-04-28 01:01:09 +0200
committerNicofuma <github@nicofuma.fr>2015-05-19 22:19:18 +0200
commita462f14aa367e9b8f94c4d2da35458353bad8c0f (patch)
tree42f63b1695580b5bb50e664b5af70838e88944f1 /phpBB/includes
parent73a0988f59058bfce9b42cb416acf68fc2544f63 (diff)
downloadforums-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')
-rw-r--r--phpBB/includes/functions.php2
-rw-r--r--phpBB/includes/functions_module.php2
2 files changed, 2 insertions, 2 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.
*
diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php
index fe9bcdb9d1..eb1ff2e7ca 100644
--- a/phpBB/includes/functions_module.php
+++ b/phpBB/includes/functions_module.php
@@ -976,7 +976,7 @@ class p_master
*
* @param string $class module class (acp/mcp/ucp)
* @param string $name module name (class name of the module, or its basename
- * phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra)
+ * phpbb_ext_foo_acp_bar_module, ucp_zebra or zebra)
* @param string $mode mode, as passed through to the module
*
*/