Skip to content

Commit 6a5c633

Browse files
committed
Use namespaces in build
1 parent acf2112 commit 6a5c633

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

api.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,7 +1480,6 @@ public function process(ServerRequestInterface $request, RequestHandlerInterface
14801480
}
14811481

14821482
// file: vendor/nyholm/psr7/src/Factory/Psr17Factory.php
1483-
14841483
namespace Nyholm\Psr7\Factory {
14851484

14861485
use Nyholm\Psr7\{Request, Response, ServerRequest, Stream, UploadedFile, Uri};
@@ -1548,7 +1547,6 @@ public function createServerRequest(string $method, $uri, array $serverParams =
15481547
}
15491548

15501549
// file: vendor/nyholm/psr7/src/MessageTrait.php
1551-
15521550
namespace Nyholm\Psr7 {
15531551

15541552
use Psr\Http\Message\StreamInterface;
@@ -1750,7 +1748,6 @@ private function validateAndTrimHeader($header, $values): array
17501748
}
17511749

17521750
// file: vendor/nyholm/psr7/src/Request.php
1753-
17541751
namespace Nyholm\Psr7 {
17551752

17561753
use Psr\Http\Message\{RequestInterface, StreamInterface, UriInterface};
@@ -1795,7 +1792,6 @@ public function __construct(string $method, $uri, array $headers = [], $body = n
17951792
}
17961793

17971794
// file: vendor/nyholm/psr7/src/RequestTrait.php
1798-
17991795
namespace Nyholm\Psr7 {
18001796

18011797
use Psr\Http\Message\UriInterface;
@@ -1908,7 +1904,6 @@ private function updateHostFromUri() /*:void*/
19081904
}
19091905

19101906
// file: vendor/nyholm/psr7/src/Response.php
1911-
19121907
namespace Nyholm\Psr7 {
19131908

19141909
use Psr\Http\Message\{ResponseInterface, StreamInterface};
@@ -1996,7 +1991,6 @@ public function withStatus($code, $reasonPhrase = ''): self
19961991
}
19971992

19981993
// file: vendor/nyholm/psr7/src/ServerRequest.php
1999-
20001994
namespace Nyholm\Psr7 {
20011995

20021996
use Psr\Http\Message\{ServerRequestInterface, StreamInterface, UploadedFileInterface, UriInterface};
@@ -2158,7 +2152,6 @@ public function withoutAttribute($attribute): self
21582152
}
21592153

21602154
// file: vendor/nyholm/psr7/src/Stream.php
2161-
21622155
namespace Nyholm\Psr7 {
21632156

21642157
use Psr\Http\Message\StreamInterface;
@@ -2415,7 +2408,6 @@ public function getMetadata($key = null)
24152408
}
24162409

24172410
// file: vendor/nyholm/psr7/src/UploadedFile.php
2418-
24192411
namespace Nyholm\Psr7 {
24202412

24212413
use Psr\Http\Message\{StreamInterface, UploadedFileInterface};
@@ -2586,7 +2578,6 @@ public function getClientMediaType() /*:?string*/
25862578
}
25872579

25882580
// file: vendor/nyholm/psr7/src/Uri.php
2589-
25902581
namespace Nyholm\Psr7 {
25912582

25922583
use Psr\Http\Message\UriInterface;
@@ -2896,7 +2887,6 @@ private static function rawurlencodeMatchZero(array $match): string
28962887
}
28972888

28982889
// file: vendor/nyholm/psr7-server/src/ServerRequestCreator.php
2899-
29002890
namespace Nyholm\Psr7Server {
29012891

29022892
use Psr\Http\Message\ServerRequestFactoryInterface;
@@ -3167,7 +3157,6 @@ private function createUriFromArray(array $server): UriInterface
31673157
}
31683158

31693159
// file: vendor/nyholm/psr7-server/src/ServerRequestCreatorInterface.php
3170-
31713160
namespace Nyholm\Psr7Server {
31723161

31733162
use Psr\Http\Message\ServerRequestInterface;

0 commit comments

Comments
 (0)