MDL-67379 libraries: Upgrade scssphp to 1.0.6
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user