mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 08:34:19 +02:00
Improve source factory constructor docs
This commit is contained in:
@@ -40,6 +40,8 @@ class Minify_Source_Factory {
|
|||||||
* jumps ahead by a number of hours, set this variable to that number. If the mtime
|
* jumps ahead by a number of hours, set this variable to that number. If the mtime
|
||||||
* moves back, this should not be needed.
|
* 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)
|
public function __construct(Minify_Env $env, array $options = array(), Minify_CacheInterface $cache = null)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user