Skip to content

Commit

Permalink
Updated deprecated commented with correct method (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilyes512 committed Oct 21, 2020
1 parent 4366bf1 commit d9eef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Psr17FactoryDiscovery.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public static function findUriFactory()
*
* @throws Exception\NotFoundException
*
* @deprecated This will be removed in 2.0. Consider using the findUrlFactory() method.
* @deprecated This will be removed in 2.0. Consider using the findUriFactory() method.
*/
public static function findUrlFactory()
{
Expand Down

0 comments on commit d9eef64

Please sign in to comment.