Commit cbf199f6 by Taylor Otwell

Re-arrange docblock elements.

parent 9b294acc
...@@ -126,8 +126,8 @@ class Asset_Container { ...@@ -126,8 +126,8 @@ class Asset_Container {
* @param string $source * @param string $source
* @param array $dependencies * @param array $dependencies
* @param array $attributes * @param array $attributes
* @see add
* @return void * @return void
* @see add
*/ */
public function style($name, $source, $dependencies = array(), $attributes = array()) public function style($name, $source, $dependencies = array(), $attributes = array())
{ {
...@@ -146,8 +146,8 @@ class Asset_Container { ...@@ -146,8 +146,8 @@ class Asset_Container {
* @param string $source * @param string $source
* @param array $dependencies * @param array $dependencies
* @param array $attributes * @param array $attributes
* @see add
* @return void * @return void
* @see add
*/ */
public function script($name, $source, $dependencies = array(), $attributes = array()) public function script($name, $source, $dependencies = array(), $attributes = array())
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment