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

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fenric committed Feb 25, 2019
1 parent d57765e commit ca92950
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/RequestFactory.php
Expand Up @@ -20,4 +20,5 @@
* RequestFactory
*/
class RequestFactory extends BaseRequestFactory
{}
{
}
3 changes: 2 additions & 1 deletion src/ResponseFactory.php
Expand Up @@ -20,4 +20,5 @@
* ResponseFactory
*/
class ResponseFactory extends BaseResponseFactory
{}
{
}
3 changes: 2 additions & 1 deletion src/ServerRequestFactory.php
Expand Up @@ -20,4 +20,5 @@
* ServerRequestFactory
*/
class ServerRequestFactory extends BaseServerRequestFactory
{}
{
}
3 changes: 2 additions & 1 deletion src/StreamFactory.php
Expand Up @@ -20,4 +20,5 @@
* StreamFactory
*/
class StreamFactory extends BaseStreamFactory
{}
{
}
3 changes: 2 additions & 1 deletion src/UploadedFileFactory.php
Expand Up @@ -20,4 +20,5 @@
* UploadedFileFactory
*/
class UploadedFileFactory extends BaseUploadedFileFactory
{}
{
}
3 changes: 2 additions & 1 deletion src/UriFactory.php
Expand Up @@ -20,4 +20,5 @@
* UriFactory
*/
class UriFactory extends BaseUriFactory
{}
{
}

0 comments on commit ca92950

Please sign in to comment.