1
0
mirror of synced 2025-02-01 13:01:45 +03:00
Ticket: 273
This commit is contained in:
romanb 2007-02-17 10:00:04 +00:00
parent 180d435e3d
commit d121a4cf2c

View File

@ -146,7 +146,7 @@ class Doctrine_Export_Pgsql extends Doctrine_Export
* @throws PDOException
* @return boolean
*/
public function alterTable($name, $changes, $check)
public function alterTable($name, array $changes, $check)
{
foreach ($changes as $changeName => $change) {
switch ($changeName) {