1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/16895] Adjust test

PHPBB3-16895
This commit is contained in:
rxu
2021-10-27 00:15:46 +07:00
parent b1e6fad38a
commit 7275cdd152
2 changed files with 13 additions and 6 deletions

View File

@@ -21,7 +21,7 @@ class permission implements \phpbb\db\migration\tool\tool_interface
/** @var \phpbb\auth\auth */
protected $auth;
/** @var \includes\acp\acp_auth */
/** @var \includes\acp\auth\auth_admin */
protected $auth_admin;
/** @var \phpbb\cache\service */