MDL-67379 libraries: Upgrade scssphp to 1.0.6

This commit is contained in:
Shamim Rezaie
2020-01-16 00:26:47 +11:00
parent 77be1e3fe3
commit e27ac65f3d
13 changed files with 1412 additions and 717 deletions
+2 -2
View File
@@ -141,11 +141,11 @@ class Number extends Node implements \ArrayAccess
public function offsetExists($offset)
{
if ($offset === -3) {
return $this->sourceColumn !== null;
return ! is_null($this->sourceColumn);
}
if ($offset === -2) {
return $this->sourceLine !== null;
return ! is_null($this->sourceLine);
}
if ($offset === -1 ||