We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c8ea3a commit 6860e0bCopy full SHA for 6860e0b
tests/Functional/ApplicationRegistrationTest.php
@@ -183,7 +183,7 @@ public function commandBusMiddlewareMustBeProperlyDefined(): void
183
];
184
185
self::assertContainsOnlyInstancesOf(Middleware::class, $middlewareList);
186
- self::assertEquals(new CommandBus($middlewareList), $bus); // @phpstan-ignore-line
+ self::assertEquals(new CommandBus($middlewareList), $bus);
187
}
188
189
#[PHPUnit\Test]
@@ -214,6 +214,6 @@ public function queryBusMiddlewareMustBeProperlyDefined(): void
214
215
216
217
218
219
0 commit comments