Merge pull request #565 from BenMorel/unusedvar
Removed an unused local variable.
This commit is contained in:
commit
114827a4b3
@ -199,8 +199,6 @@ class QueryBuilder
|
|||||||
return $this->_dql;
|
return $this->_dql;
|
||||||
}
|
}
|
||||||
|
|
||||||
$dql = '';
|
|
||||||
|
|
||||||
switch ($this->_type) {
|
switch ($this->_type) {
|
||||||
case self::DELETE:
|
case self::DELETE:
|
||||||
$dql = $this->_getDQLForDelete();
|
$dql = $this->_getDQLForDelete();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user