Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Nov 22, 2023
1 parent 4ae1ef6 commit 2d55870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Illuminate/Validation/Rules/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ public static function types($mimetypes)
return tap(new static(), fn ($file) => $file->allowedMimetypes = (array) $mimetypes);
}


/**
* Limit the uploaded file to the given file extensions.
*
Expand Down

0 comments on commit 2d55870

Please sign in to comment.