1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-14 04:34:07 +02:00

[ticket/13450] Type-hint return value of $phpbb_container->get()

PHPBB3-13450
This commit is contained in:
Gaëtan Muller
2015-01-03 11:39:29 +01:00
parent ef1be6e247
commit b5544b2f47
72 changed files with 253 additions and 14 deletions

View File

@@ -23,6 +23,10 @@ class acp_permissions
{
var $u_action;
var $permission_dropdown;
/**
* @var $phpbb_permissions \phpbb\permissions
*/
protected $permissions;
function main($id, $mode)