File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/Illuminate/Validation/Rules Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ protected function buildValidationRules()
244
244
}
245
245
246
246
/**
247
- * Separate given mimetypes from extensions and return an array of correct rules to validate against.
247
+ * Separate the given mimetypes from extensions and return an array of correct rules to validate against.
248
248
*
249
249
* @return array
250
250
*/
@@ -275,7 +275,7 @@ protected function buildMimetypes()
275
275
}
276
276
277
277
/**
278
- * Adds the given failures and return false.
278
+ * Add the given failures and return false.
279
279
*
280
280
* @param array|string $messages
281
281
* @return bool
@@ -302,7 +302,7 @@ public function message()
302
302
}
303
303
304
304
/**
305
- * Set the performing validator.
305
+ * Set the current validator.
306
306
*
307
307
* @param \Illuminate\Contracts\Validation\Validator $validator
308
308
* @return $this
@@ -315,7 +315,7 @@ public function setValidator($validator)
315
315
}
316
316
317
317
/**
318
- * Set the data under validation.
318
+ * Set the current data under validation.
319
319
*
320
320
* @param array $data
321
321
* @return $this
You can’t perform that action at this time.
0 commit comments