Skip to content

Commit

Permalink
Changed method API description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Aug 1, 2011
1 parent d84531d commit 4df585e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/Cake/Model/Datasource/Database/Oracle.php
Expand Up @@ -96,9 +96,9 @@ class DboOracle extends DboSource {
protected $_offset = 0;

/**
* Enter description here...
* Map
*
* @var unknown_type
* @var array
*/
protected $_map;

Expand Down Expand Up @@ -958,7 +958,7 @@ public function renderStatement($type, $data) {
}

/**
* Enter description here...
* queryAssociation method
*
* @param Model $model
* @param Model $linkModel
Expand Down
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/Database/Postgres.php
Expand Up @@ -678,7 +678,7 @@ public function length($real) {
}

/**
* Enter description here...
* resultSet method
*
* @param array $results
* @return void
Expand Down

0 comments on commit 4df585e

Please sign in to comment.