mirror of
https://github.com/mrclay/minify.git
synced 2025-08-11 16:44:44 +02:00
drop useless return phpdoc annotation for constructor
This commit is contained in:
@@ -80,7 +80,6 @@ class Minify_Build
|
|||||||
*
|
*
|
||||||
* @param array $sources array of Minify_Source objects and/or file paths
|
* @param array $sources array of Minify_Source objects and/or file paths
|
||||||
*
|
*
|
||||||
* @return null
|
|
||||||
*/
|
*/
|
||||||
public function __construct($sources)
|
public function __construct($sources)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user