Completed
Push — master ( b5a957...040c1d )
by Paul
03:38
created
modules/u2f.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@
 block discarded – undo
20 20
 use phpbb\template\template;
21 21
 use phpbb\user;
22 22
 use phpbrowscap\Browscap;
23
-use ReflectionObject;
24 23
 use Symfony\Component\HttpKernel\Exception\AccessDeniedHttpException;
25 24
 use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
26 25
 
Please login to merge, or discard this patch.
ucp/tfa_module.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -10,11 +10,7 @@
 block discarded – undo
10 10
 
11 11
 namespace paul999\tfa\ucp;
12 12
 
13
-use paul999\tfa\helper\registration_helper;
14 13
 use paul999\tfa\helper\session_helper;
15
-use paul999\u2f\Exceptions\U2fError;
16
-use paul999\u2f\U2F;
17
-use phpbb\db\driver\driver_interface;
18 14
 use phpbb\request\request_interface;
19 15
 use phpbb\template\template;
20 16
 use phpbb\user;
Please login to merge, or discard this patch.