Skip to content

Commit

Permalink
Merge pull request #269 from westy92/patch-1
Browse files Browse the repository at this point in the history
Minor fixes
  • Loading branch information
khoaofgod committed Apr 14, 2016
2 parents e28a015 + 52bd199 commit 29b1fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/phpinfo.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
<?php
phpinfo();
phpinfo();
?>
2 changes: 1 addition & 1 deletion src/phpFastCache/CacheManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -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")
{
Expand Down

0 comments on commit 29b1fa5

Please sign in to comment.