Update Tokenizer.php

This commit is contained in:
GrIvA 2022-12-29 10:54:37 +02:00 committed by GitHub
parent 878066b43b
commit 490aa7f40c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -171,6 +171,8 @@ class Tokenizer
'NULL' => 1 'NULL' => 1
); );
public function __set(string $name, mixed $value): void {}
/** /**
* @param $query * @param $query
*/ */