Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
This commit is contained in:
parent
a2a89637a2
commit
444c293c01
@ -789,8 +789,7 @@ class Lessc {
|
||||
$result = $this->tryImport($importPath, $block, $out);
|
||||
|
||||
$this->env->imports[$importId] = $result === false ?
|
||||
array(false, "@import " . $this->compileValue($importPath).";") :
|
||||
$result;
|
||||
array(false, "@import ".$this->compileValue($importPath).";") : $result;
|
||||
|
||||
break;
|
||||
case "import_mixin":
|
||||
@ -1457,8 +1456,7 @@ class Lessc {
|
||||
$r = $g = $b = $L;
|
||||
} else {
|
||||
$temp2 = $L < 0.5 ?
|
||||
$L * (1.0 + $S) :
|
||||
$L + $S - $L * $S;
|
||||
$L * (1.0 + $S) : $L + $S - $L * $S;
|
||||
|
||||
$temp1 = 2.0 * $L - $temp2;
|
||||
|
||||
@ -1957,8 +1955,7 @@ class Lessc {
|
||||
}
|
||||
|
||||
$current = isset($current->storeParent) ?
|
||||
$current->storeParent :
|
||||
$current->parent;
|
||||
$current->storeParent : $current->parent;
|
||||
}
|
||||
|
||||
$this->throwError("variable $name is undefined");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user