Skip to content

Commit 9d4586f

Browse files
committed
Change typehints to new exception
1 parent aca55ec commit 9d4586f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/HttpAsyncClientDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class HttpAsyncClientDiscovery extends ClassDiscovery
1717
*
1818
* @return HttpAsyncClient
1919
*
20-
* @throws NotFoundException
20+
* @throws Exception\NotFoundException
2121
*/
2222
public static function find()
2323
{

src/HttpClientDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class HttpClientDiscovery extends ClassDiscovery
1717
*
1818
* @return HttpClient
1919
*
20-
* @throws NotFoundException
20+
* @throws Exception\NotFoundException
2121
*/
2222
public static function find()
2323
{

src/MessageFactoryDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class MessageFactoryDiscovery extends ClassDiscovery
1717
*
1818
* @return MessageFactory
1919
*
20-
* @throws NotFoundException
20+
* @throws Exception\NotFoundException
2121
*/
2222
public static function find()
2323
{

src/StreamFactoryDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class StreamFactoryDiscovery extends ClassDiscovery
1717
*
1818
* @return StreamFactory
1919
*
20-
* @throws NotFoundException
20+
* @throws Exception\NotFoundException
2121
*/
2222
public static function find()
2323
{

src/UriFactoryDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class UriFactoryDiscovery extends ClassDiscovery
1717
*
1818
* @return UriFactory
1919
*
20-
* @throws NotFoundException
20+
* @throws Exception\NotFoundException
2121
*/
2222
public static function find()
2323
{

0 commit comments

Comments
 (0)