@@ -1480,7 +1480,6 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
1480
1480
}
1481
1481
1482
1482
// file: vendor/nyholm/psr7/src/Factory/Psr17Factory.php
1483
-
1484
1483
namespace Nyholm \Psr7 \Factory {
1485
1484
1486
1485
use Nyholm \Psr7 \{Request , Response , ServerRequest , Stream , UploadedFile , Uri };
@@ -1548,7 +1547,6 @@ public function createServerRequest(string $method, $uri, array $serverParams =
1548
1547
}
1549
1548
1550
1549
// file: vendor/nyholm/psr7/src/MessageTrait.php
1551
-
1552
1550
namespace Nyholm \Psr7 {
1553
1551
1554
1552
use Psr \Http \Message \StreamInterface ;
@@ -1750,7 +1748,6 @@ private function validateAndTrimHeader($header, $values): array
1750
1748
}
1751
1749
1752
1750
// file: vendor/nyholm/psr7/src/Request.php
1753
-
1754
1751
namespace Nyholm \Psr7 {
1755
1752
1756
1753
use Psr \Http \Message \{RequestInterface , StreamInterface , UriInterface };
@@ -1795,7 +1792,6 @@ public function __construct(string $method, $uri, array $headers = [], $body = n
1795
1792
}
1796
1793
1797
1794
// file: vendor/nyholm/psr7/src/RequestTrait.php
1798
-
1799
1795
namespace Nyholm \Psr7 {
1800
1796
1801
1797
use Psr \Http \Message \UriInterface ;
@@ -1908,7 +1904,6 @@ private function updateHostFromUri() /*:void*/
1908
1904
}
1909
1905
1910
1906
// file: vendor/nyholm/psr7/src/Response.php
1911
-
1912
1907
namespace Nyholm \Psr7 {
1913
1908
1914
1909
use Psr \Http \Message \{ResponseInterface , StreamInterface };
@@ -1996,7 +1991,6 @@ public function withStatus($code, $reasonPhrase = ''): self
1996
1991
}
1997
1992
1998
1993
// file: vendor/nyholm/psr7/src/ServerRequest.php
1999
-
2000
1994
namespace Nyholm \Psr7 {
2001
1995
2002
1996
use Psr \Http \Message \{ServerRequestInterface , StreamInterface , UploadedFileInterface , UriInterface };
@@ -2158,7 +2152,6 @@ public function withoutAttribute($attribute): self
2158
2152
}
2159
2153
2160
2154
// file: vendor/nyholm/psr7/src/Stream.php
2161
-
2162
2155
namespace Nyholm \Psr7 {
2163
2156
2164
2157
use Psr \Http \Message \StreamInterface ;
@@ -2415,7 +2408,6 @@ public function getMetadata($key = null)
2415
2408
}
2416
2409
2417
2410
// file: vendor/nyholm/psr7/src/UploadedFile.php
2418
-
2419
2411
namespace Nyholm \Psr7 {
2420
2412
2421
2413
use Psr \Http \Message \{StreamInterface , UploadedFileInterface };
@@ -2586,7 +2578,6 @@ public function getClientMediaType() /*:?string*/
2586
2578
}
2587
2579
2588
2580
// file: vendor/nyholm/psr7/src/Uri.php
2589
-
2590
2581
namespace Nyholm \Psr7 {
2591
2582
2592
2583
use Psr \Http \Message \UriInterface ;
@@ -2896,7 +2887,6 @@ private static function rawurlencodeMatchZero(array $match): string
2896
2887
}
2897
2888
2898
2889
// file: vendor/nyholm/psr7-server/src/ServerRequestCreator.php
2899
-
2900
2890
namespace Nyholm \Psr7Server {
2901
2891
2902
2892
use Psr \Http \Message \ServerRequestFactoryInterface ;
@@ -3167,7 +3157,6 @@ private function createUriFromArray(array $server): UriInterface
3167
3157
}
3168
3158
3169
3159
// file: vendor/nyholm/psr7-server/src/ServerRequestCreatorInterface.php
3170
-
3171
3160
namespace Nyholm \Psr7Server {
3172
3161
3173
3162
use Psr \Http \Message \ServerRequestInterface ;
0 commit comments