Skip to content

Commit

Permalink
UploadedFileFactory: Fix use order
Browse files Browse the repository at this point in the history
  • Loading branch information
bnf committed Aug 28, 2019
1 parent fcf09f7 commit ea74092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UploadedFileFactory.php
Expand Up @@ -2,9 +2,9 @@
declare(strict_types=1);
namespace Bnf\Typo3HttpFactory;

use Psr\Http\Message\StreamInterface;
use Psr\Http\Message\UploadedFileFactoryInterface;
use Psr\Http\Message\UploadedFileInterface;
use Psr\Http\Message\StreamInterface;
use TYPO3\CMS\Core\Http\UploadedFile;

final class UploadedFileFactory implements UploadedFileFactoryInterface
Expand Down

0 comments on commit ea74092

Please sign in to comment.