Completed
Push — master ( baa886...783c35 )
by Fylhan
07:15
created
src/Posibrain/Positron/Haddock/HaddockPositron.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Monolog\Logger;
5 5
 use Posibrain\Positron\Positron;
6
-use Posibrain\TchatBotConfig;
7 6
 use Posibrain\AnalysedRequest;
8 7
 use Posibrain\TchatMessage;
9 8
 
Please login to merge, or discard this patch.
src/Posibrain/Positron/Instinct/InstinctPositron.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
3 3
 
4 4
 use Monolog\Logger;
5 5
 use Posibrain\Positron\Positron;
6
-use Posibrain\TchatBotConfig;
7 6
 use Posibrain\AnalysedRequest;
8 7
 use Posibrain\TchatMessage;
9 8
 
Please login to merge, or discard this patch.
src/Posibrain/Positroner.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -1,8 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 namespace Posibrain;
3 3
 
4
-use Seld\JsonLint\JsonParser;
5
-use Seld\JsonLint\ParsingException;
6 4
 use Monolog\Logger;
7 5
 include_once (__DIR__ . '/../tools.php');
8 6
 
Please login to merge, or discard this patch.
src/Posibrain/RestApi/RestApiController.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Monolog\Handler\RotatingFileHandler;
7 7
 use Monolog\Logger;
8 8
 use Symfony\Component\HttpFoundation\Request;
9
-use Symfony\Component\HttpFoundation\Response;
10 9
 use Symfony\Component\HttpFoundation\JsonResponse;
11 10
 
12 11
 /**
Please login to merge, or discard this patch.
src/Posibrain/TchatBotIdentity.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Posibrain;
3 3
 
4 4
 use Monolog\Logger;
5
-use Monolog\Handler\StreamHandler;
6 5
 use Posibrain\OutputDecorationEnum;
7 6
 
8 7
 /**
Please login to merge, or discard this patch.