From 7c6509175528888baf9edeb63047996b1946f60a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Tue, 3 Feb 2015 09:35:04 -0500 Subject: [PATCH] Fixed typo in comment. --- module/VuFind/src/VuFind/RecordTab/Factory.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/RecordTab/Factory.php b/module/VuFind/src/VuFind/RecordTab/Factory.php index 4de8d6b6646..56fdc2b9fc2 100644 --- a/module/VuFind/src/VuFind/RecordTab/Factory.php +++ b/module/VuFind/src/VuFind/RecordTab/Factory.php @@ -217,7 +217,7 @@ class Factory * * @param ServiceManager $sm Service manager. * - * @return SimilarItems + * @return SimilarItemsCarousel */ public static function getSimilarItemsCarousel(ServiceManager $sm) { -- GitLab