Skip to content

Commit 9f5af12

Browse files
authored
Merge pull request #245 from aykutersoy/aykutersoy/fix-deprecated-tag-for-http-client-discovery
Fix deprecated tag for http client discovery
2 parents 69e1a26 + 26c38f6 commit 9f5af12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClientDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
* @author Márk Sági-Kazár <[email protected]>
1212
*
13-
* @deprecated This will be removed in 2.0. Consider using Psr18FactoryDiscovery.
13+
* @deprecated This will be removed in 2.0. Consider using Psr18ClientDiscovery.
1414
*/
1515
final class HttpClientDiscovery extends ClassDiscovery
1616
{

0 commit comments

Comments
 (0)