Skip to content

Commit

Permalink
Import UploadedFileInterface
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Allen <rob@akrabat.com>
  • Loading branch information
akrabat committed Mar 15, 2024
1 parent 950c8c0 commit bec5e0e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/File/ExcludeMimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

namespace Laminas\Validator\File;

use Psr\Http\Message\UploadedFileInterface;

use function array_merge;
use function class_exists;
use function explode;
Expand Down
1 change: 1 addition & 0 deletions src/File/MimeType.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
use Laminas\Stdlib\ErrorHandler;
use Laminas\Validator\AbstractValidator;
use Laminas\Validator\Exception;
use Psr\Http\Message\UploadedFileInterface;
use Traversable;

use function array_filter;
Expand Down

0 comments on commit bec5e0e

Please sign in to comment.