From cbf199f6fe3db1ee30a0da9ee5cf8bbba1d671a0 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 9 Aug 2011 13:26:31 -0500 Subject: [PATCH] Re-arrange docblock elements. --- system/asset.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/asset.php b/system/asset.php index 96ada263..ec7ebbcd 100644 --- a/system/asset.php +++ b/system/asset.php @@ -126,8 +126,8 @@ public function add($name, $source, $dependencies = array(), $attributes = array * @param string $source * @param array $dependencies * @param array $attributes - * @see add * @return void + * @see add */ public function style($name, $source, $dependencies = array(), $attributes = array()) { @@ -146,8 +146,8 @@ public function style($name, $source, $dependencies = array(), $attributes = arr * @param string $source * @param array $dependencies * @param array $attributes - * @see add * @return void + * @see add */ public function script($name, $source, $dependencies = array(), $attributes = array()) {