From 2847351c10feb19b48c910be9aa0f79082694f0b Mon Sep 17 00:00:00 2001 From: Matthias Fax Date: Thu, 12 Jun 2014 13:18:10 +0200 Subject: [PATCH] Add Wincache Updated comments Check for Wincache existence in constructor Normalized markup Add Wincache test Tie Wincache test to test index --- min/lib/Minify/Cache/WinCache.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/min/lib/Minify/Cache/WinCache.php b/min/lib/Minify/Cache/WinCache.php index 79dd7ea..31bd180 100644 --- a/min/lib/Minify/Cache/WinCache.php +++ b/min/lib/Minify/Cache/WinCache.php @@ -14,8 +14,9 @@ * @package Minify * @author Matthias Fax **/ -class Minify_Cache_WinCache implements Minify_CacheInterface { - +class Minify_Cache_WinCache implements Minify_CacheInterface +{ + /** * Create a Minify_Cache_Wincache object, to be passed to * Minify::setCache().