MDL-65761 lib: Update scssphp to 1.0.2

This commit is contained in:
Mathew May
2019-07-16 09:29:37 +08:00
parent f619e305a0
commit d7b43fd9cf
9 changed files with 846 additions and 355 deletions
+4 -4
View File
@@ -148,10 +148,10 @@ class Number extends Node implements \ArrayAccess
return $this->sourceLine !== null;
}
if ($offset === -1
|| $offset === 0
|| $offset === 1
|| $offset === 2
if ($offset === -1 ||
$offset === 0 ||
$offset === 1 ||
$offset === 2
) {
return true;
}