Skip to content

Commit b5e7901

Browse files
committed
minor #19871 [Messenger] Add missing asterisk (asispts)
This PR was merged into the 5.4 branch. Discussion ---------- [Messenger] Add missing asterisk <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 6afab45 Add missing asterisk
2 parents 9d82fe1 + 6afab45 commit b5e7901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1745,7 +1745,7 @@ during a request::
17451745

17461746
$this->assertSame(200, $client->getResponse()->getStatusCode());
17471747

1748-
/* @var InMemoryTransport $transport */
1748+
/** @var InMemoryTransport $transport */
17491749
$transport = $this->getContainer()->get('messenger.transport.async_priority_normal');
17501750
$this->assertCount(1, $transport->getSent());
17511751
}

0 commit comments

Comments
 (0)