Добавлена поддержка совместимости с PHP 8.5

This commit is contained in:
Антон Н. Николаев
2026-07-07 13:02:16 +03:00
parent b1d4228c86
commit 108e8bfd65
607 changed files with 2981 additions and 2798 deletions
+2 -1
View File
@@ -26,6 +26,7 @@
namespace Tests\YooKassa\Model\Deal;
use PHPUnit\Framework\TestCase;
use stdClass;
use YooKassa\Helpers\Random;
use YooKassa\Model\Deal\RefundDealInfo;
use YooKassa\Model\Deal\SettlementPayoutPayment;
@@ -103,7 +104,7 @@ class RefundDealInfoTest extends TestCase
$invalidData = array(
array(null),
array(''),
array(new \stdClass()),
array(new stdClass()),
array('invalid_value'),
array(0),
array(3234),