diff --git a/Database/Command.php b/Database/Command.php index dfa23705..896998c0 100644 --- a/Database/Command.php +++ b/Database/Command.php @@ -30,8 +30,8 @@ class Command extends Component /** @var Connection */ public Connection $db; - /** @var string */ - public string $sql = ''; + /** @var ?string */ + public ?string $sql = ''; /** @var array */ public array $params = [];