8000 typo · symfony/symfony@5f9a032 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5f9a032

Browse files
typo
1 parent f2c48c5 commit 5f9a032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Factory/DiactorosFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace Symfony\Bridge\PsrHttpMessage\Factory;
1313

14-
@trigger_error(sprintf('The "%s" class is deprecated since symfony/psr-http-message-bridge 1.2, use PsrHttpFactory instea.', DiactorosFactory::class), E_USER_DEPRECATED);
14+
@trigger_error(sprintf('The "%s" class is deprecated since symfony/psr-http-message-bridge 1.2, use PsrHttpFactory instead.', DiactorosFactory::class), E_USER_DEPRECATED);
1515

1616
use Psr\Http\Message\UploadedFileInterface;
1717
use Symfony\Bridge\PsrHttpMessage\HttpMessageFactoryInterface;

0 commit comments

Comments
 (0)
0