added type annotation again
This commit is contained in:
parent
aa6e061118
commit
73e152ebcf
|
@ -1,7 +1,7 @@
|
|||
<?php
|
||||
class Application_Common_Database
|
||||
{
|
||||
public static function prepareAndExecute($sql, $paramValueMap, $type='all')
|
||||
public static function prepareAndExecute($sql, array $paramValueMap, $type='all')
|
||||
{
|
||||
$con = Propel::getConnection();
|
||||
$stmt = $con->prepare($sql);
|
||||
|
|
Loading…
Reference in New Issue