Upgrade to 3.9.2

This commit is contained in:
Bastian Allgeier
2023-03-08 12:24:06 +01:00
parent c58864a585
commit 3b0b4feb16
44 changed files with 672 additions and 201 deletions

View File

@@ -51,7 +51,7 @@ class Query
/**
* Creates a new Query object
*/
public static function factory(string $query): static
public static function factory(string|null $query): static
{
return new static(query: $query);
}