Completed
Branch master (92b72b)
by Florin
05:55
created
controller/friends.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -2,10 +2,6 @@
 block discarded – undo
2 2
 
3 3
 namespace florinp\messenger\controller;
4 4
 
5
-use Symfony\Component\HttpFoundation\Response;
6
-use Symfony\Component\HttpFoundation\JsonResponse;
7
-use Symfony\Component\HttpFoundation\Request;
8
-
9 5
 class friends {
10 6
 
11 7
 	protected $config;
Please login to merge, or discard this patch.
controller/main.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 Symfony\Component\HttpFoundation\Response;
6 6
 use Symfony\Component\HttpFoundation\JsonResponse;
7
-use Symfony\Component\HttpFoundation\Request;
8 7
 
9 8
 class main
10 9
 {
Please login to merge, or discard this patch.