Assigned default value to array
* For strict configurations of PHP, we were accessing to a non-array element
This commit is contained in:
parent
82230cc427
commit
f6a1ea4859
@ -56,6 +56,7 @@ abstract class SQLFilter
|
||||
final public function __construct(EntityManagerInterface $em)
|
||||
{
|
||||
$this->em = $em;
|
||||
$this->parameters = array();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user