Skip to content

Commit

Permalink
Fixed code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored and Shikha Mishra committed Jan 4, 2019
1 parent 825fa30 commit fd52e94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public function addAttributeToFilter($attribute, $condition = null, $joinType =
*/
public function addFieldToFilter($attribute, $condition = null)
{
return $this->addAttributeToFilter($attribute, $condition,'left');
return $this->addAttributeToFilter($attribute, $condition, 'left');
}

/**
Expand Down

0 comments on commit fd52e94

Please sign in to comment.