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/includes/acp/acp_attachments.php | |
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/includes/acp/acp_attachments.php')
-rw-r--r-- | phpBB/includes/acp/acp_attachments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_attachments.php b/phpBB/includes/acp/acp_attachments.php index 59057a0447..2372c1f73c 100644 --- a/phpBB/includes/acp/acp_attachments.php +++ b/phpBB/includes/acp/acp_attachments.php @@ -1301,7 +1301,6 @@ class acp_attachments /** * Check accuracy of attachment statistics. * - * @param $resync bool Resync stats if they're incorrect. * @return bool|string Returns false if stats are correct or error message * otherwise. */ |