Code Duplication    Length = 3-3 lines in 2 locations

Contrib/less.php/Less.php 2 locations

@@ 5164-5166 (lines=3) @@
5161
				}
5162
5163
				switch ($result) {
5164
					case -1:
5165
					$result = $this->op === '<' || $this->op === '=<' || $this->op === '<=';
5166
					break;
5167
5168
					case  0:
5169
					$result = $this->op === '=' || $this->op === '>=' || $this->op === '=<' || $this->op === '<=';
@@ 5168-5170 (lines=3) @@
5165
					$result = $this->op === '<' || $this->op === '=<' || $this->op === '<=';
5166
					break;
5167
5168
					case  0:
5169
					$result = $this->op === '=' || $this->op === '>=' || $this->op === '=<' || $this->op === '<=';
5170
					break;
5171
5172
					case  1:
5173
					$result = $this->op === '>' || $this->op === '>=';