Completed
Pull Request — master (#223)
by Ozan
02:33
created
src/Javascript/MessageParser.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@  discard block
 block discarded – undo
65 65
      * Generate fake data to get RequiredIf message.
66 66
      *
67 67
      * @param $data
68
-     * @param $rule
68
+     * @param string $rule
69 69
      * @param $parameters
70 70
      */
71 71
     private function fakeRequiredIfData($data, $rule, $parameters)
@@ -83,7 +83,7 @@  discard block
 block discarded – undo
83 83
      * Generate fake data to get file type messages.
84 84
      *
85 85
      * @param $data
86
-     * @param $attribute
86
+     * @param string $attribute
87 87
      */
88 88
     private function fakeFileData($data, $attribute)
89 89
     {
Please login to merge, or discard this 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.