Completed
Push — master ( 326602...e591d7 )
by Renato
07:39
created
src/NwLaravel/Validation/BaseValidator.php 1 patch
Doc Comments   +3 added lines, -2 removed lines patch added patch discarded remove patch
@@ -80,7 +80,6 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Get Messages
82 82
      *
83
-     * @param array $messages
84 83
      *
85 84
      * @return array
86 85
      */
@@ -92,7 +91,6 @@  discard block
 block discarded – undo
92 91
     /**
93 92
      * Get Attributes
94 93
      *
95
-     * @param array $attributes
96 94
      *
97 95
      * @return array
98 96
      */
@@ -240,6 +238,9 @@  discard block
 block discarded – undo
240 238
         return $rules;
241 239
     }
242 240
 
241
+    /**
242
+     * @return string
243
+     */
243 244
     protected function replaceValuesRules($rule)
244 245
     {
245 246
         while (preg_match('/\[([A-Za-z0-9_]+)\]/', $rule, $match)) {
Please login to merge, or discard this patch.