Commit 54397e1b by Daniel Bøndergaard

Fixed wrong return type in phpdoc

Signed-off-by: Daniel Bøndergaard <db@helmstmt.com>
parent 4d3c6812
......@@ -107,7 +107,7 @@ class Asset_Container {
* @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 @@ abstract class Model {
* @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)
{
......
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