Merge pull request #1294 from danielboendergaard/phpdoc-fix
Fixed wrong return type in phpdoc
This commit is contained in:
commit
790a540620
|
@ -107,7 +107,7 @@ public function __construct($name)
|
|||
* @param string $source
|
||||
* @param array $dependencies
|
||||
* @param array $attributes
|
||||
* @return void
|
||||
* @return Asset_Container
|
||||
*/
|
||||
public function add($name, $source, $dependencies = array(), $attributes = array())
|
||||
{
|
||||
|
|
|
@ -333,7 +333,7 @@ public function belongs_to($model, $foreign = null)
|
|||
* @param string $table
|
||||
* @param string $foreign
|
||||
* @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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue