Skip to content

Commit

Permalink
minor #19871 [Messenger] Add missing asterisk (asispts)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
OskarStark committed May 8, 2024
2 parents 9d82fe1 + 6afab45 commit b5e7901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion messenger.rst
Expand Up @@ -1745,7 +1745,7 @@ during a request::

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

/* @var InMemoryTransport $transport */
/** @var InMemoryTransport $transport */
$transport = $this->getContainer()->get('messenger.transport.async_priority_normal');
$this->assertCount(1, $transport->getSent());
}
Expand Down

0 comments on commit b5e7901

Please sign in to comment.