From 0a85a54c2fc022b5ed63389fa282d26220c551ac Mon Sep 17 00:00:00 2001 From: resurtm Date: Sun, 22 Jul 2012 21:48:11 +0600 Subject: [PATCH] Indentation fixes in html.php. --- laravel/html.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/laravel/html.php b/laravel/html.php index 498ea28c..da55012a 100644 --- a/laravel/html.php +++ b/laravel/html.php @@ -9,13 +9,13 @@ class HTML { */ public static $macros = array(); - /** - * Registers a custom macro. - * - * @param string $name - * @param Closure $input - * @return void - */ + /** + * Registers a custom macro. + * + * @param string $name + * @param Closure $input + * @return void + */ public static function macro($name, $macro) { static::$macros[$name] = $macro;