We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 658a1ff commit 458853eCopy full SHA for 458853e
src/Factory/UploadedFileFactory.php
@@ -11,13 +11,14 @@
11
12
namespace BitFrame\Factory;
13
14
+use \Psr\Http\Message\StreamInterface;
15
use \Psr\Http\Message\UploadedFileFactoryInterface;
16
use \Psr\Http\Message\UploadedFileInterface;
17
18
/**
19
* Class to create instances of PSR-7 uploaded file.
20
*/
-class UploadedFileFactory implements UploadedFileInterface
21
+class UploadedFileFactory implements UploadedFileFactoryInterface
22
{
23
24
* {@inheritdoc}
0 commit comments