Completed
Pull Request — master (#223)
by Ozan
02:33
created
src/Javascript/MessageParser.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,8 +3,8 @@
 block discarded – undo
3 3
 namespace Proengsoft\JsValidation\Javascript;
4 4
 
5 5
 use Proengsoft\JsValidation\Support\DelegatedValidator;
6
-use Symfony\Component\HttpFoundation\File\UploadedFile;
7 6
 use Proengsoft\JsValidation\Support\UseDelegatedValidatorTrait;
7
+use Symfony\Component\HttpFoundation\File\UploadedFile;
8 8
 
9 9
 class MessageParser
10 10
 {
Please login to merge, or discard this patch.