From 0e74a58b7b502a44c2777c996b35a8f4baff894a Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Wed, 13 Apr 2016 18:54:42 -0500 Subject: [PATCH 1/2] Adding closing tag. --- examples/phpinfo.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/phpinfo.php b/examples/phpinfo.php index bfd863b05..cf6086080 100644 --- a/examples/phpinfo.php +++ b/examples/phpinfo.php @@ -1,2 +1,3 @@ From 52bd1995467c84327086b1347197fe1b70066151 Mon Sep 17 00:00:00 2001 From: Seth Westphal Date: Wed, 13 Apr 2016 18:56:00 -0500 Subject: [PATCH 2/2] Fixing typo. --- src/phpFastCache/CacheManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/phpFastCache/CacheManager.php b/src/phpFastCache/CacheManager.php index a71902291..e690d48fc 100644 --- a/src/phpFastCache/CacheManager.php +++ b/src/phpFastCache/CacheManager.php @@ -96,7 +96,7 @@ public static function getInstance($storage = 'auto', $config = array()) /** * Setup Method - * @param string $string | tradtiional(normal), memory (fast), phpfastcache (fastest) + * @param string $string | traditional(normal), memory (fast), phpfastcache (fastest) */ public static function CachingMethod($string = "phpFastCache") {