File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Messenger \Middleware \SendMessageMiddleware ;
15
15
16
16
/**
17
- * Marker config for a received message.
17
+ * Marker stamp for a received message.
18
18
*
19
19
* This is mainly used by the `SendMessageMiddleware` middleware to identify
20
20
* a message should not be sent if it was just received.
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ public function testWithReturnsNewInstance()
39
39
$ this ->assertNotSame ($ envelope , $ envelope ->with (new ReceivedStamp ()));
40
40
}
41
41
42
- public function testGetLast ()
42
+ public function testLast ()
43
43
{
44
44
$ receivedStamp = new ReceivedStamp ();
45
45
$ envelope = new Envelope ($ dummy = new DummyMessage ('dummy ' ), $ receivedStamp );
You can’t perform that action at this time.
0 commit comments