Completed
Push — master ( 1d6151...dcf2aa )
by Albert
04:20
created
src/Application/Form/CreatePasteFormValidator.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,8 +4,8 @@
 block discarded – undo
4 4
 
5 5
 namespace Nastoletni\Code\Application\Form;
6 6
 
7
-use Symfony\Component\Validator\Constraints as Assert;
8 7
 use Symfony\Component\Validator\ConstraintViolationListInterface;
8
+use Symfony\Component\Validator\Constraints as Assert;
9 9
 use Symfony\Component\Validator\Validation;
10 10
 
11 11
 class CreatePasteFormValidator
Please login to merge, or discard this patch.
src/UserInterface/Web/Controller/PasteController.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -8,9 +8,9 @@
 block discarded – undo
8 8
 use Nastoletni\Code\Application\Crypter\PasteCrypter;
9 9
 use Nastoletni\Code\Application\Form\CreatePasteFormValidator;
10 10
 use Nastoletni\Code\Application\Service\CreatePasteService;
11
+use Nastoletni\Code\Domain\PasteRepository;
11 12
 use Nastoletni\Code\Domain\Paste\Id;
12 13
 use Nastoletni\Code\Domain\Paste\NotExistsException;
13
-use Nastoletni\Code\Domain\PasteRepository;
14 14
 use Nastoletni\Code\UserInterface\Controller\AbstractController;
15 15
 use Psr\Http\Message\ResponseInterface as Response;
16 16
 use Psr\Http\Message\ServerRequestInterface as Request;
Please login to merge, or discard this patch.