Skip to content
This repository was archived by the owner on Dec 31, 2022. It is now read-only.

Commit ca92950

Browse files
committed
Minor changes
1 parent d57765e commit ca92950

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

src/RequestFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* RequestFactory
2121
*/
2222
class RequestFactory extends BaseRequestFactory
23-
{}
23+
{
24+
}

src/ResponseFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* ResponseFactory
2121
*/
2222
class ResponseFactory extends BaseResponseFactory
23-
{}
23+
{
24+
}

src/ServerRequestFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* ServerRequestFactory
2121
*/
2222
class ServerRequestFactory extends BaseServerRequestFactory
23-
{}
23+
{
24+
}

src/StreamFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* StreamFactory
2121
*/
2222
class StreamFactory extends BaseStreamFactory
23-
{}
23+
{
24+
}

src/UploadedFileFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* UploadedFileFactory
2121
*/
2222
class UploadedFileFactory extends BaseUploadedFileFactory
23-
{}
23+
{
24+
}

src/UriFactory.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,5 @@
2020
* UriFactory
2121
*/
2222
class UriFactory extends BaseUriFactory
23-
{}
23+
{
24+
}

0 commit comments

Comments
 (0)