From 0e54f564fb180c4a171bb71a30b3bfacbf45fe07 Mon Sep 17 00:00:00 2001 From: Roman Zaycev Date: Tue, 24 Dec 2024 12:40:45 +0700 Subject: [PATCH] Nullable about URL in `WalletApplication::create()` --- src/Olifanton/Ton/Connect/Models/WalletApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Olifanton/Ton/Connect/Models/WalletApplication.php b/src/Olifanton/Ton/Connect/Models/WalletApplication.php index 9a525c0..bd4e43f 100644 --- a/src/Olifanton/Ton/Connect/Models/WalletApplication.php +++ b/src/Olifanton/Ton/Connect/Models/WalletApplication.php @@ -40,7 +40,7 @@ public static function create( string $universalUrl, array $bridge, array $platforms = [], - string $aboutUrl = null, + ?string $aboutUrl = null, ): WalletApplication { return Hydrator::extract(self::class, [