From bbc35e3ff423d25abcd92705e246cae37cfc9e54 Mon Sep 17 00:00:00 2001 From: zYne Date: Tue, 12 Jun 2007 19:46:33 +0000 Subject: [PATCH] E_STRICT fix --- lib/Doctrine/Export/Frontbase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Doctrine/Export/Frontbase.php b/lib/Doctrine/Export/Frontbase.php index cc90d6d59..821327478 100644 --- a/lib/Doctrine/Export/Frontbase.php +++ b/lib/Doctrine/Export/Frontbase.php @@ -161,7 +161,7 @@ class Doctrine_Export_Frontbase extends Doctrine_Export * * @return boolean */ - public function alterTable($name, $changes, $check) + public function alterTable($name, array $changes, $check) { foreach ($changes as $changeName => $change){ switch ($changeName) {