diff options
author | Wolfy-J <[email protected]> | 2020-10-28 14:44:05 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-10-28 14:44:05 +0300 |
commit | 9f6e68dd5ea97b6b490e3a76e0a01b13a0ce414b (patch) | |
tree | c938a7ea40d0a392f9975cb707290ce7e5e8e570 /src | |
parent | 810bc58c7b64029d21504d3f7286ccaeb16b0207 (diff) |
- fix PHP typo
Diffstat (limited to 'src')
-rw-r--r-- | src/Http/PSR7Client.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Http/PSR7Client.php b/src/Http/PSR7Client.php index 94a9457b..777dd891 100644 --- a/src/Http/PSR7Client.php +++ b/src/Http/PSR7Client.php @@ -12,7 +12,7 @@ namespace Spiral\RoadRunner; use Psr\Http\Message\ResponseInterface; use Psr\Http\Message\ServerRequestFactoryInterface; use Psr\Http\Message\ServerRequestInterface; -use Psr\Http\Message\StreamF actoryInterface; +use Psr\Http\Message\StreamFactoryInterface; use Psr\Http\Message\UploadedFileFactoryInterface; use Psr\Http\Message\UploadedFileInterface; |