Re-arrange docblock elements.

This commit is contained in:
Taylor Otwell 2011-08-09 13:26:31 -05:00
parent 9b294accf3
commit cbf199f6fe
1 changed files with 2 additions and 2 deletions

View File

@ -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())
{