Browse Source

Re-arrange docblock elements.

Taylor Otwell 13 years ago
parent
commit
cbf199f6fe
1 changed files with 2 additions and 2 deletions
  1. 2 2
      system/asset.php

+ 2 - 2
system/asset.php

@@ -126,8 +126,8 @@ class Asset_Container {
 	 * @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 @@ class Asset_Container {
 	 * @param  string  $source
 	 * @param  array   $dependencies
 	 * @param  array   $attributes
-	 * @see    add
 	 * @return void
+	 * @see    add
 	 */
 	public function script($name, $source, $dependencies = array(), $attributes = array())
 	{