Skip to content

Commit

Permalink
Mark getSelectConditionStatementColumnSQL method as private
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Jan 28, 2015
1 parent 17a23ea commit fb5cd92
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1611,7 +1611,7 @@ public function getSelectConditionStatementSQL($field, $value, $assoc = null, $c
*
* @throws \Doctrine\ORM\ORMException
*/
protected function getSelectConditionStatementColumnSQL($field, $assoc = null)
private function getSelectConditionStatementColumnSQL($field, $assoc = null)
{
if (isset($this->class->columnNames[$field])) {
$className = (isset($this->class->fieldMappings[$field]['inherited']))
Expand Down

0 comments on commit fb5cd92

Please sign in to comment.