Indentation fixes in html.php.
This commit is contained in:
parent
7140be474d
commit
0a85a54c2f
|
@ -9,13 +9,13 @@ class HTML {
|
||||||
*/
|
*/
|
||||||
public static $macros = array();
|
public static $macros = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Registers a custom macro.
|
* Registers a custom macro.
|
||||||
*
|
*
|
||||||
* @param string $name
|
* @param string $name
|
||||||
* @param Closure $input
|
* @param Closure $input
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function macro($name, $macro)
|
public static function macro($name, $macro)
|
||||||
{
|
{
|
||||||
static::$macros[$name] = $macro;
|
static::$macros[$name] = $macro;
|
||||||
|
|
Loading…
Reference in New Issue