Version
1.57.16987
Feature
Format Document
Original code line before formatting
return $this->addComparisonCondition($condition, LogicalOperator::And);
and after formatting
return $this->addComparisonCondition($condition, LogicalOperator::And );
note the extra space after "And" and before ")"
Version
1.57.16987
Feature
Format Document
Original code line before formatting
and after formatting
note the extra space after "And" and before ")"