Passed
Push — main ( bb6fe6...a911cd )
by Åsa
03:08 queued 36s
created
src/Answer/HTMLForm/CreateForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Anax\HTMLForm\FormModel;
6 6
 use Forum\Answer\Answer;
7
-use Forum\User\User;
8 7
 use Psr\Container\ContainerInterface;
9 8
 
10 9
 
Please login to merge, or discard this patch.
src/Comment/HTMLForm/CreateForm.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Anax\HTMLForm\FormModel;
6 6
 use Forum\Answer\Answer;
7 7
 use Forum\Comment\Comment;
8
-use Forum\User\User;
9 8
 use Psr\Container\ContainerInterface;
10 9
 
11 10
 
Please login to merge, or discard this patch.
src/Forum/ForumController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Anax\Commons\ContainerInjectableInterface;
6 6
 use Anax\Commons\ContainerInjectableTrait;
7
-use Forum\Gravatar\CurlService;
8 7
 use Forum\Tag\Tag;
9 8
 use Forum\User\User;
10 9
 use Forum\Question\Question;
Please login to merge, or discard this patch.