Skip to content

Commit 51943ca

Browse files
Applied fixes from StyleCI (#70)
1 parent b228695 commit 51943ca

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/HttpAsyncClientDiscovery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Http\Client\HttpAsyncClient;
66
use Http\Discovery\Exception\DiscoveryFailedException;
7-
use Http\Discovery\NotFoundException;
87

98
/**
109
* Finds an HTTP Asynchronous Client.

src/HttpClientDiscovery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Http\Client\HttpClient;
66
use Http\Discovery\Exception\DiscoveryFailedException;
7-
use Http\Discovery\NotFoundException;
87

98
/**
109
* Finds an HTTP Client.

src/MessageFactoryDiscovery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Http\Discovery;
44

55
use Http\Discovery\Exception\DiscoveryFailedException;
6-
use Http\Discovery\NotFoundException;
76
use Http\Message\MessageFactory;
87

98
/**

src/StreamFactoryDiscovery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Http\Discovery;
44

55
use Http\Discovery\Exception\DiscoveryFailedException;
6-
use Http\Discovery\NotFoundException;
76
use Http\Message\StreamFactory;
87

98
/**

src/UriFactoryDiscovery.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
namespace Http\Discovery;
44

55
use Http\Discovery\Exception\DiscoveryFailedException;
6-
use Http\Discovery\NotFoundException;
76
use Http\Message\UriFactory;
87

98
/**

0 commit comments

Comments
 (0)