Skip to content

Commit 51bd058

Browse files
committed
Apply fixes from StyleCI
1 parent a30abc5 commit 51bd058

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Middleware/ErrorCatcherTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public function testError(): void
5454
public function testErrorWithEventDispatcher(): void
5555
{
5656
$eventDispatcher = $this->createMock(EventDispatcherInterface::class);
57-
$eventDispatcher->method('dispatch')->willThrowException(new \RuntimeException('Event dispatcher error'));
57+
$eventDispatcher->method('dispatch')->willThrowException(new RuntimeException('Event dispatcher error'));
5858
$errorCatcher = new ErrorCatcher(
5959
$this->createThrowableResponseFactory(),
6060
$eventDispatcher,

0 commit comments

Comments
 (0)