mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
Re-dump autoloader and composer.lock
This commit is contained in:
@@ -32,7 +32,7 @@ final class StopwatchNode extends Node
|
||||
public function __construct(Node $name, Node $body, $var, int $lineno = 0, ?string $tag = null)
|
||||
{
|
||||
if (!$var instanceof AssignNameExpression && !$var instanceof LocalVariable) {
|
||||
throw new \TypeError(sprintf('Expected an instance of "%s" or "%s", but got "%s".', AssignNameExpression::class, LocalVariable::class, get_debug_type($var)));
|
||||
throw new \TypeError(\sprintf('Expected an instance of "%s" or "%s", but got "%s".', AssignNameExpression::class, LocalVariable::class, get_debug_type($var)));
|
||||
}
|
||||
|
||||
if (class_exists(FirstClassTwigCallableReady::class)) {
|
||||
|
||||
Reference in New Issue
Block a user