1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

[ticket/11227] @return void -> @return null in develop-olympus.

PHPBB3-11227
This commit is contained in:
Oleg Pudeyev
2012-11-29 15:35:21 -05:00
parent af5d8b502e
commit 65253a3023
14 changed files with 18 additions and 18 deletions

View File

@@ -200,7 +200,7 @@ $user_id = 2;
$auth->acl_clear_prefetch($user_id);
</pre></div>
<p>This method returns void.</p>
<p>This method returns null.</p>
<a name="acl_get_list"></a><h3>2.viii. acl_get_list</h3>