From 8d0c86e98f4dd91e79306f1b222956e4889f2138 Mon Sep 17 00:00:00 2001 From: bMancone Date: Mon, 26 Mar 2012 15:39:55 +0000 Subject: [PATCH] // Fixed comment git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14272 b9a71923-0436-4b27-9f14-aed3839534dd --- classes/stock/StockManagerFactory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/stock/StockManagerFactory.php b/classes/stock/StockManagerFactory.php index 315b9369e..a792e1af9 100644 --- a/classes/stock/StockManagerFactory.php +++ b/classes/stock/StockManagerFactory.php @@ -37,7 +37,7 @@ class StockManagerFactoryCore protected static $stock_manager; /** - * Returns a StockManager that corresponds to the Product/Warehouse + * Returns a StockManager * * @return StockManagerInterface */