aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/session.php
diff options
context:
space:
mode:
authorMasterShredder <immortalshredder@gmail.com>2014-12-28 03:35:21 +0400
committerMasterShredder <immortalshredder@gmail.com>2014-12-28 03:35:21 +0400
commit3f88be65273a9eeba15f822b24a7940c1e58872f (patch)
tree85995bf7c6297ed95b1190f6b9fac48296202b54 /phpBB/phpbb/session.php
parent50ed202aacb79703892eb822a6ac7e05079c0e85 (diff)
downloadforums-3f88be65273a9eeba15f822b24a7940c1e58872f.tar
forums-3f88be65273a9eeba15f822b24a7940c1e58872f.tar.gz
forums-3f88be65273a9eeba15f822b24a7940c1e58872f.tar.bz2
forums-3f88be65273a9eeba15f822b24a7940c1e58872f.tar.xz
forums-3f88be65273a9eeba15f822b24a7940c1e58872f.zip
[ticket/13422] Changed variable descriptions
PHPBB3-13422
Diffstat (limited to 'phpBB/phpbb/session.php')
-rw-r--r--phpBB/phpbb/session.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/phpBB/phpbb/session.php b/phpBB/phpbb/session.php
index 2a948fd885..0a6a18ffbe 100644
--- a/phpBB/phpbb/session.php
+++ b/phpBB/phpbb/session.php
@@ -1200,10 +1200,10 @@ class session
* Event to set custom ban type
*
* @event core.session_set_custom_ban
- * @var bool return If $return is false this routine does not return on finding a banned user, it outputs a relevant message and stops execution
- * @var bool banned Check if user already banned
- * @var array ban_row Ban data
- * @var string ban_triggered_by Custom ban type
+ * @var bool return If $return is false this routine does not return on finding a banned user, it outputs a relevant message and stops execution
+ * @var bool banned Check if user already banned
+ * @var array|false ban_row Ban data
+ * @var string ban_triggered_by Method that caused ban, can be your custom method
* @since 3.1.3-RC1
*/
$ban_row = isset($ban_row) ? $ban_row : false;