From bb2df5ff7f2b89e1a9ccfb1818709024ee58f923 Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Tue, 30 Jul 2024 15:23:38 -0400 Subject: [PATCH] meh --- psalm-baseline.xml | 171 ------------------ .../Component/Cqrs/Tests/QueryBusTest.php | 3 +- 2 files changed, 2 insertions(+), 172 deletions(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 0fcaada1..27c76a87 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -416,21 +416,6 @@ - - - - - - - - - - - - - - - @@ -470,21 +455,6 @@ - - - - - - - - - - - - - - - @@ -651,10 +621,6 @@ - - - - @@ -699,11 +665,6 @@ - - - - - @@ -718,9 +679,6 @@ - - - @@ -730,21 +688,11 @@ - - - - - - - - - - @@ -785,7 +733,6 @@ - @@ -805,17 +752,6 @@ - - - - - - - - - - - @@ -825,18 +761,6 @@ - - - - - - - - - - - - @@ -879,20 +803,10 @@ - - - - - - - - - - @@ -908,16 +822,6 @@ - - - - - - - - - - @@ -928,9 +832,6 @@ - - - @@ -947,17 +848,6 @@ - - - - - - - - - - - @@ -974,11 +864,6 @@ - - - - - @@ -989,31 +874,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - @@ -1029,31 +889,11 @@ - - - - - - - - - - - - - - - - - - - - @@ -1064,11 +904,6 @@ - - - - - @@ -2224,9 +2059,6 @@ - - - @@ -2249,9 +2081,6 @@ - - - diff --git a/src/SonsOfPHP/Component/Cqrs/Tests/QueryBusTest.php b/src/SonsOfPHP/Component/Cqrs/Tests/QueryBusTest.php index 31c45557..9a13133e 100644 --- a/src/SonsOfPHP/Component/Cqrs/Tests/QueryBusTest.php +++ b/src/SonsOfPHP/Component/Cqrs/Tests/QueryBusTest.php @@ -8,13 +8,14 @@ use PHPUnit\Framework\Attributes\UsesClass; use PHPUnit\Framework\MockObject\MockObject; use PHPUnit\Framework\TestCase; +use SonsOfPHP\Component\Cqrs\AbstractBus; use SonsOfPHP\Component\Cqrs\MessageHandlerProvider; use SonsOfPHP\Component\Cqrs\QueryBus; use SonsOfPHP\Contract\Cqrs\QueryBusInterface; use stdClass; #[CoversClass(QueryBus::class)] -#[UsesClass(AbstactBus::class)] +#[UsesClass(AbstractBus::class)] final class QueryBusTest extends TestCase { private MockObject $provider;