Fixed wrong return type in phpdoc

Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
This commit is contained in:
Daniel Bøndergaard 2012-09-28 10:10:35 +02:00
parent 4d3c68129b
commit 54397e1bf2
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ public function __construct($name)
* @param string $source * @param string $source
* @param array $dependencies * @param array $dependencies
* @param array $attributes * @param array $attributes
* @return void * @return Asset_Container
*/ */
public function add($name, $source, $dependencies = array(), $attributes = array()) public function add($name, $source, $dependencies = array(), $attributes = array())
{ {

View File

@ -333,7 +333,7 @@ public function belongs_to($model, $foreign = null)
* @param string $table * @param string $table
* @param string $foreign * @param string $foreign
* @param string $other * @param string $other
* @return Relationship * @return Has_Many_And_Belongs_To
*/ */
public function has_many_and_belongs_to($model, $table = null, $foreign = null, $other = null) public function has_many_and_belongs_to($model, $table = null, $foreign = null, $other = null)
{ {