Skip to content

Commit c73d856

Browse files
committed
formatting
1 parent b300950 commit c73d856

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Illuminate/Validation/Rules/File.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ protected function buildValidationRules()
244244
}
245245

246246
/**
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.
248248
*
249249
* @return array
250250
*/
@@ -275,7 +275,7 @@ protected function buildMimetypes()
275275
}
276276

277277
/**
278-
* Adds the given failures and return false.
278+
* Add the given failures and return false.
279279
*
280280
* @param array|string $messages
281281
* @return bool
@@ -302,7 +302,7 @@ public function message()
302302
}
303303

304304
/**
305-
* Set the performing validator.
305+
* Set the current validator.
306306
*
307307
* @param \Illuminate\Contracts\Validation\Validator $validator
308308
* @return $this
@@ -315,7 +315,7 @@ public function setValidator($validator)
315315
}
316316

317317
/**
318-
* Set the data under validation.
318+
* Set the current data under validation.
319319
*
320320
* @param array $data
321321
* @return $this

0 commit comments

Comments
 (0)