From 34608f7d553aa98769512d3eac9629d6d99fd14e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 10 Aug 2016 09:53:47 -0400 Subject: [PATCH] Whitespace cleanup. --- module/VuFind/src/VuFind/Cache/KeyGeneratorTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/VuFind/src/VuFind/Cache/KeyGeneratorTrait.php b/module/VuFind/src/VuFind/Cache/KeyGeneratorTrait.php index 02b690a8d04..490c886e16a 100644 --- a/module/VuFind/src/VuFind/Cache/KeyGeneratorTrait.php +++ b/module/VuFind/src/VuFind/Cache/KeyGeneratorTrait.php @@ -44,7 +44,7 @@ trait KeyGeneratorTrait * Method to ensure uniform cache keys for cached VuFind objects. * * @param string|null $suffix Optional suffix that will get appended to the - * object class name calling getCacheKey() + * object class name calling getCacheKey() * * @return string */ -- GitLab