mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-05-16 13:08:25 -04:00
ALPHA 3.0.2a
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ class Token
|
||||
return true;
|
||||
}
|
||||
|
||||
return in_array($this->value, $values);
|
||||
return \in_array($this->value, $values);
|
||||
}
|
||||
|
||||
public function isWhitespace(): bool
|
||||
|
||||
Reference in New Issue
Block a user