diff --git a/framework/cli/commands/shell/ModelCommand.php b/framework/cli/commands/shell/ModelCommand.php index 6c335fa22..cc2b19224 100644 --- a/framework/cli/commands/shell/ModelCommand.php +++ b/framework/cli/commands/shell/ModelCommand.php @@ -121,8 +121,6 @@ EOD; /** * Generate code to put in ActiveRecord class's relations() function. - * @return array indexed by table names, each entry contains array of php code to go in appropriate ActiveRecord class. - * Empty array is returned if database couldn't be connected. */ protected function generateRelations() {