E_STRICT fix
This commit is contained in:
parent
da3071008d
commit
20d91125a3
@ -126,7 +126,7 @@ class Doctrine_Export extends Doctrine_Connection_Module {
|
|||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public function createTable($name, array $fields, $options = array()) {
|
public function createTable($name, array $fields, array $options = array()) {
|
||||||
if ( ! $name)
|
if ( ! $name)
|
||||||
throw new Doctrine_Export_Exception('no valid table name specified');
|
throw new Doctrine_Export_Exception('no valid table name specified');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user