mirror of
https://github.com/mrclay/minify.git
synced 2025-03-13 17:09:39 +01:00
Improve source factory constructor docs
This commit is contained in:
parent
271d8ca5bf
commit
f769e35233
@ -18,8 +18,8 @@ class Minify_Source_Factory {
|
||||
protected $env;
|
||||
|
||||
/**
|
||||
* @param Minify_Env $env
|
||||
* @param array $options
|
||||
* @param Minify_Env $env
|
||||
* @param array $options
|
||||
*
|
||||
* noMinPattern : Pattern matched against basename of the filepath (if present). If the pattern
|
||||
* matches, Minify will try to avoid re-compressing the resource.
|
||||
@ -40,6 +40,8 @@ class Minify_Source_Factory {
|
||||
* jumps ahead by a number of hours, set this variable to that number. If the mtime
|
||||
* moves back, this should not be needed.
|
||||
*
|
||||
* @param Minify_CacheInterface $cache Optional cache for handling .less files.
|
||||
*
|
||||
*/
|
||||
public function __construct(Minify_Env $env, array $options = array(), Minify_CacheInterface $cache = null)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user