Commit 20d91125 authored by zYne's avatar zYne

E_STRICT fix

parent da307100
......@@ -126,7 +126,7 @@ class Doctrine_Export extends Doctrine_Connection_Module {
*
* @return void
*/
public function createTable($name, array $fields, $options = array()) {
public function createTable($name, array $fields, array $options = array()) {
if ( ! $name)
throw new Doctrine_Export_Exception('no valid table name specified');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment