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

[feature/passwords] Remove unneeded definitions of full namespace

PHPBB3-11610
This commit is contained in:
Marc Alexander
2013-12-29 17:56:41 +01:00
parent 8383d1f1d3
commit 1465915830
3 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class helper
*
* @param phpbb\passwords\manager $manager Passwords manager object
*/
public function set_manager(\phpbb\passwords\manager $manager)
public function set_manager(manager $manager)
{
$this->manager = $manager;
}