Code Duplication    Length = 3-3 lines in 2 locations

Contrib/less.php/Less.php 2 locations

@@ 5172-5174 (lines=3) @@
5169
				}
5170
5171
				switch ($result) {
5172
					case -1:
5173
					$result = $this->op === '<' || $this->op === '=<' || $this->op === '<=';
5174
					break;
5175
5176
					case  0:
5177
					$result = $this->op === '=' || $this->op === '>=' || $this->op === '=<' || $this->op === '<=';
@@ 5176-5178 (lines=3) @@
5173
					$result = $this->op === '<' || $this->op === '=<' || $this->op === '<=';
5174
					break;
5175
5176
					case  0:
5177
					$result = $this->op === '=' || $this->op === '>=' || $this->op === '=<' || $this->op === '<=';
5178
					break;
5179
5180
					case  1:
5181
					$result = $this->op === '>' || $this->op === '>=';