1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-20 04:41:29 +02:00

cacheIsStale is not public

This commit is contained in:
Elan Ruusamäe
2016-10-13 14:40:21 +03:00
parent 2bd69ca5b1
commit 035183b2b8

View File

@@ -115,7 +115,7 @@ class Minify_ScssCssSource extends Minify_Source {
* *
* @return boolean True if compile required. * @return boolean True if compile required.
*/ */
public function cacheIsStale($cache) private function cacheIsStale($cache)
{ {
if (!$cache) { if (!$cache) {
return true; return true;