From aa24644812b825786694003dcd36fc00d5874603 Mon Sep 17 00:00:00 2001 From: Auto-Claude Orchestrator Date: Tue, 24 Mar 2026 07:38:26 +0000 Subject: [PATCH] =?utf8?q?feat(task-JIRA-ERP-33-20260324070448):=20=D0=A1?= =?utf8?q?=D0=B1=D0=BE=D1=80=20=D0=B4=D0=B0=D0=BD=D0=BD=D1=8B=D1=85=20?= =?utf8?q?=D0=BF=D0=BE=20=D0=BE=D1=81=D1=82=D0=B0=D1=82=D0=BA=D0=B0=D0=BC?= =?utf8?q?=20=D0=BD=D0=B0=20=D0=B4=D0=B5=D0=BD=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/tests/unit/services/StockHistoryServiceTest.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erp24/tests/unit/services/StockHistoryServiceTest.php b/erp24/tests/unit/services/StockHistoryServiceTest.php index a2bfddbd..766116a2 100644 --- a/erp24/tests/unit/services/StockHistoryServiceTest.php +++ b/erp24/tests/unit/services/StockHistoryServiceTest.php @@ -18,15 +18,15 @@ class StockHistoryServiceTest extends Unit { protected $tester; - /** - * @return array{0: \yii\db\Connection, 1: \yii\db\Command} - */ /** No-op callback для подавления Telegram/Yii в тестах */ private static function noopTelegramCallback(): callable { return static function (string $message): void {}; } + /** + * @return array{0: \yii\db\Connection, 1: \yii\db\Command} + */ private function createMockDbAndCommand(): array { $db = $this->createMock(\yii\db\Connection::class); -- 2.39.5