Fixed doc block comments.

This commit is contained in:
Majna 2011-09-28 17:42:43 +02:00
parent 08b974d64b
commit 681207e327
4 changed files with 4 additions and 5 deletions

View file

@ -412,7 +412,6 @@ class CakeSchema extends Object {
}
$col .= join(', ', $props);
} elseif ($field == 'tableParameters') {
//@todo add charset, collate and engine here
$col = "\t\t'tableParameters' => array(";
$props = array();
foreach ((array)$value as $key => $param) {