Skip to content

Bug: When document gets formatted extra space gets added after "and" or "or" enum case name #816

@featherbits

Description

@featherbits

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 ")"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions