mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 04:22:40 +00:00
Fixed doc block comments.
This commit is contained in:
parent
08b974d64b
commit
681207e327
4 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue