mirror of
https://github.com/matthiasmullie/minify.git
synced 2025-02-21 15:03:09 +01:00
parent
be5a61820f
commit
33048c5fab
@ -54,6 +54,8 @@ abstract class Minify
|
||||
* Add a file or straight-up code to be minified.
|
||||
*
|
||||
* @param string|string[] $data
|
||||
*
|
||||
* @return static
|
||||
*/
|
||||
public function add($data /* $data = null, ... */)
|
||||
{
|
||||
@ -84,6 +86,8 @@ abstract class Minify
|
||||
// store data
|
||||
$this->data[$key] = $value;
|
||||
}
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user