File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -582,10 +582,16 @@ index 19ff0db181..f0f4a5829f 100644
582
582
583
583
/**
584
584
diff --git a/src/Symfony/Component/Messenger/Envelope.php b/src/Symfony/Component/Messenger/Envelope.php
585
- index bb1194ad1b..27731b9cb0 100644
585
+ index bb1194ad1b..bd7fc440ff 100644
586
586
--- a/src/Symfony/Component/Messenger/Envelope.php
587
587
+++ b/src/Symfony/Component/Messenger/Envelope.php
588
- @@ -101,5 +101,5 @@ final class Envelope
588
+ @@ -13,4 +13,5 @@ namespace Symfony\Component\Messenger;
589
+
590
+ use Symfony\Component\Messenger\Stamp\StampInterface;
591
+ + use Symfony\Component\Messenger\Stamp\StampInterface as TStamp;
592
+
593
+ /**
594
+ @@ -101,5 +102,5 @@ final class Envelope
589
595
* @return TStamp|null
590
596
*/
591
597
- public function last(string $stampFqcn): ?StampInterface
Original file line number Diff line number Diff line change 35
35
case str_contains ($ file , '/src/Symfony/Component/Form/Tests/Fixtures/Answer.php ' ):
36
36
case str_contains ($ file , '/src/Symfony/Component/Form/Tests/Fixtures/Number.php ' ):
37
37
case str_contains ($ file , '/src/Symfony/Component/Form/Tests/Fixtures/Suit.php ' ):
38
- case str_contains ($ file , '/src/Symfony/Component/Messenger/Envelope.php ' ):
39
38
case str_contains ($ file , '/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ ' ):
40
39
case str_contains ($ file , '/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php ' ):
41
40
case str_contains ($ file , '/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php ' ):
You can’t perform that action at this time.
0 commit comments