From 80808a93be75450f492eebf46ebc689b6fc919dd Mon Sep 17 00:00:00 2001 From: Ilyes512 Date: Tue, 20 Oct 2020 13:10:23 +0200 Subject: [PATCH] Updated deprecated commented with correct method --- src/Psr17FactoryDiscovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psr17FactoryDiscovery.php b/src/Psr17FactoryDiscovery.php index 1e51dc5..a73c641 100644 --- a/src/Psr17FactoryDiscovery.php +++ b/src/Psr17FactoryDiscovery.php @@ -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() {