Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Commit

Permalink
Merge pull request #1306 in master
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jun 26, 2014
2 parents c28442a + 7b86c1a commit 9249830
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,7 +27,7 @@ Usage Examples
$files = $request->getFiles();
// i.e. $files['my-upload']['error'] == 0
$validator = \Zend\Validator\File\UploadFile();
$validator = new \Zend\Validator\File\UploadFile();
if ($validator->isValid($files['my-upload'])) {
// file is valid
}

0 comments on commit 9249830

Please sign in to comment.